diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 0f16dd9..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,27 +0,0 @@ - - -Resolves #ISSUE_NUMBER - ----- - -### Before the change? - - -* - -### After the change? - - -* - -### 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? - - -- [ ] Yes -- [ ] No - -----