Skip to content

Commit f5d17f6

Browse files
committed
feat: add pull_request_template.md PR template
1 parent f1f37d9 commit f5d17f6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)