Skip to content

Commit 4c075cc

Browse files
authoredNov 14, 2022
Add PR templates (#294)
feat: add pull_request_template.md PR template
1 parent a614e6c commit 4c075cc

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
 

‎.github/pull_request_template.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!-- Please refer to our contributing docs for any questions on submitting a pull request -->
2+
3+
4+
<!-- Issues are required for both bug fixes and features. -->
5+
Resolves #ISSUE_NUMBER
6+
7+
----
8+
9+
## Behavior
10+
11+
### Before the change?
12+
<!-- Please describe the current behavior that you are modifying. -->
13+
14+
*
15+
16+
### After the change?
17+
<!-- Please describe the behavior or changes that are being added by this PR. -->
18+
19+
*
20+
21+
22+
### Other information
23+
<!-- Any other information that is important to this PR -->
24+
25+
*
26+
27+
----
28+
29+
## Additional info
30+
31+
### Pull request checklist
32+
- [ ] Tests for the changes have been added (for bug fixes / features)
33+
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
34+
- [ ] Added the appropriate label for the given change
35+
36+
### Does this introduce a breaking change?
37+
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
38+
39+
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
40+
41+
- [ ] Yes (Please add the `Type: Breaking change` label)
42+
- [ ] No
43+
44+
If `Yes`, what's the impact:
45+
46+
* N/A
47+
48+
49+
### Pull request type
50+
51+
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
52+
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
53+
54+
Please add the corresponding label for change this PR introduces:
55+
- Bugfix: `Type: Bug`
56+
- Feature/model/API additions: `Type: Feature`
57+
- Updates to docs or samples: `Type: Documentation`
58+
- Dependencies/code cleanup: `Type: Maintenance`
59+
60+
----
61+

0 commit comments

Comments
 (0)
Please sign in to comment.