diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 625ed86..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,14 +0,0 @@ -# Description - -_Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context._ - -Fixes # (issue) -or -Closes # (issue) - -# Checklist: - -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I have made corresponding changes to the documentation