Skip to content

Commit ce52402

Browse files
authored
Add PR templates (#2504)
* octoherd: delete pull_request_template.md * feat: add pull_request_template.md PR template
1 parent dce5bd7 commit ce52402

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.github/pull_request_template.md

+1-32
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<!-- Please refer to our contributing docs for any questions on submitting a pull request -->
2-
3-
42
<!-- Issues are required for both bug fixes and features. -->
53
Resolves #ISSUE_NUMBER
64

75
----
86

9-
## Behavior
10-
117
### Before the change?
128
<!-- Please describe the current behavior that you are modifying. -->
139

@@ -18,44 +14,17 @@ Resolves #ISSUE_NUMBER
1814

1915
*
2016

21-
22-
### Other information
23-
<!-- Any other information that is important to this PR -->
24-
25-
*
26-
27-
----
28-
29-
## Additional info
30-
3117
### Pull request checklist
3218
- [ ] Tests for the changes have been added (for bug fixes / features)
3319
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
34-
- [ ] Added the appropriate label for the given change
3520

3621
### Does this introduce a breaking change?
3722
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
3823

3924
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
4025

41-
- [ ] Yes (Please add the `Type: Breaking change` label)
26+
- [ ] Yes
4227
- [ ] No
4328

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-
6029
----
6130

0 commit comments

Comments
 (0)