Skip to content

Commit fc71749

Browse files
committed
maint: add PR template
1 parent 604c01a commit fc71749

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- Please refer to our contributing docs for any questions on submitting a pull request -->
2+
<!-- Issues are required for both bug fixes and features. -->
3+
4+
Resolves #ISSUE_NUMBER
5+
6+
---
7+
8+
### Before the change?
9+
10+
<!-- Please describe the current behavior that you are modifying. -->
11+
12+
-
13+
14+
### After the change?
15+
16+
<!-- Please describe the behavior or changes that are being added by this PR. -->
17+
18+
-
19+
20+
### Pull request checklist
21+
22+
- [ ] Tests for the changes have been added (for bug fixes / features)
23+
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
24+
25+
### Does this introduce a breaking change?
26+
27+
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
28+
29+
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
30+
31+
- [ ] Yes
32+
- [ ] No
33+
34+
---

0 commit comments

Comments
 (0)