diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..dc0794ae83 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,61 @@ + + + + +Resolves #ISSUE_NUMBER + +---- + +## Behavior + +### Before the change? + + +* + +### After the change? + + +* + + +### Other information + + +* + +---- + +## 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? + + +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) +- [ ] No + +If `Yes`, what's the impact: + +* N/A + + +### Pull request type + + + + +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` + +---- +