From 6c432dcd9a8d91dbc4ab083b2f300f79b7b2f727 Mon Sep 17 00:00:00 2001 From: Nick Floyd <139819+nickfloyd@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:47:56 -0500 Subject: [PATCH] octoherd: delete pull_request_template.md --- .github/pull_request_template.md | 61 -------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index dc0794ae8..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,61 +0,0 @@ - - - - -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` - ----- -