From c11052f826517d4b169238ccb49cf996834daa81 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 22 Jun 2020 10:28:06 +0100 Subject: [PATCH] add PR template for bugs and features (#1570) Co-authored-by: Yuki Okushi --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +-- .../PULL_REQUEST_TEMPLATE/bug_or_feature.md | 33 +++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_or_feature.md 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 + + + + + +