diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 128f51ffd..2df863ae8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- -name: bug report -about: create a bug report +name: Bug Report +about: Create a bug report. --- Your issue may already be reported! diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_or_feature.md b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature.md new file mode 100644 index 000000000..a1fa98ea8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature.md @@ -0,0 +1,33 @@ +--- +name: Bug / Feature +about: Submit a bug fix or feature. +--- + +## PR Type +What kind of change does this PR make? + + + +- [ ] Bug fix +- [ ] Feature +- [ ] Refactor / code style change (no functional or public API changes) +- [ ] Other + + +## PR Checklist +Check your PR fulfills the following: + + + +- [ ] Tests for the changes have been added / updated. +- [ ] Documentation comments have been added / updated. +- [ ] A changelog entry has been made for the appropriate packages. + + +## Overview + + + + + +