-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pull_request_template.md PR template
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 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 |
---|---|---|
@@ -0,0 +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 | ||
|
||
---- | ||
|
||
### 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. --> | ||
|
||
* | ||
|
||
### 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) | ||
|
||
### 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/master/community/breaking_changes.md) to help! | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
|
||
---- | ||
|