diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6659752..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ -### Motivation - -Which issue does this fix? Fixes #`issue number` - -If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious? - -### Checklist - -- [ ] Code follows coding conventions held in this repo -- [ ] Automated tests have been added -- [ ] Tests are passing -- [ ] Docs have been updated (if applicable) -- [ ] Temporary settings (e.g. variables used during development and testing) have been reverted to defaults - -### How to test - -If manual testing is required, what are the steps?