diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dc0794ae8..0aa1f03b6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,9 @@ - - Resolves #ISSUE_NUMBER ---- -## Behavior - ### Before the change? @@ -18,44 +14,17 @@ Resolves #ISSUE_NUMBER * - -### 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) +- [ ] Yes - [ ] 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` - ----