diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug-template.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_template.md rename to .github/ISSUE_TEMPLATE/bug-template.md diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 0000000..98b5119 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,9 @@ +**Checklist** + +Thanks for contributing! Before we start, there are a few things we need to check: + +1. This Pull Request has a corresponding Issue. +2. You've discussed your intention to work on this feature/bug fix. +3. This feature branch is based on develop (**not** master). The bar above should say "base: develop". + +Thanks! \ No newline at end of file