-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from octokit/octoherd/thu-jul-20-2023-09-56-21
Add PR templates
- Loading branch information
Showing
1 changed file
with
4 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,30 @@ | ||
<!-- Please refer to our contributing docs for any questions on submitting a pull request --> | ||
|
||
|
||
<!-- Issues are required for both bug fixes and features. --> | ||
Resolves #ISSUE_NUMBER | ||
|
||
---- | ||
|
||
## Behavior | ||
|
||
### Before the change? | ||
<!-- Please describe the current behavior that you are modifying. --> | ||
|
||
* | ||
* | ||
|
||
### After the change? | ||
<!-- Please describe the behavior or changes that are being added by this PR. --> | ||
|
||
* | ||
|
||
|
||
### Other information | ||
<!-- Any other information that is important to this PR --> | ||
|
||
* | ||
|
||
---- | ||
|
||
## Additional info | ||
* | ||
|
||
### Pull request checklist | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) | ||
- [ ] Added the appropriate label for the given change | ||
|
||
### Does this introduce a breaking change? | ||
<!-- If this introduces a breaking change make sure to note it here any what the impact might be --> | ||
|
||
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/main/community/breaking_changes.md) to help! | ||
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help! | ||
|
||
- [ ] Yes (Please add the `Type: Breaking change` label) | ||
- [ ] Yes | ||
- [ ] No | ||
|
||
If `Yes`, what's the impact: | ||
|
||
* N/A | ||
|
||
|
||
### Pull request type | ||
|
||
<!-- Please do not submit updates to dependencies unless it fixes an issue. --> | ||
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> | ||
|
||
Please add the corresponding label for change this PR introduces: | ||
- Bugfix: `Type: Bug` | ||
- Feature/model/API additions: `Type: Feature` | ||
- Updates to docs or samples: `Type: Documentation` | ||
- Dependencies/code cleanup: `Type: Maintenance` | ||
|
||
---- | ||
|