First draft of a PR template file.
This commit is contained in:
parent
635ecd7b1a
commit
7a975d98fb
25
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
25
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Thank you for submitting a pull request for Pinniped!
|
||||||
|
|
||||||
|
Before submitting, please see the guidelines in doc/contributing.md in this repo.
|
||||||
|
|
||||||
|
Please note that a project maintainer will need to review and approve the PR
|
||||||
|
to cause CI tests to automatically start.
|
||||||
|
|
||||||
|
Reminder: Did you remember to run all the tests described in doc/contributing.md
|
||||||
|
on your branch before submitting this PR?
|
||||||
|
|
||||||
|
Below is a template to help you describe your PR.
|
||||||
|
|
||||||
|
-- Please delete this line and all lines above this line before submitting the PR. Thanks! --
|
||||||
|
|
||||||
|
**Summary of the changes included in this PR**
|
||||||
|
|
||||||
|
**Issue(s) addressed by this PR**
|
||||||
|
- Fixes #
|
||||||
|
|
||||||
|
**Things to consider while reviewing this PR**
|
||||||
|
|
||||||
|
**Suggested release note for the first release which contains this PR**
|
||||||
|
```
|
||||||
|
release-note here
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user