From e10f625d6fe68efa4fabad4fb970014a744feaa2 Mon Sep 17 00:00:00 2001 From: Nick Fields <46869826+nick-fields@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:26:11 -0400 Subject: [PATCH] docs: add pr template and change owner in issues template --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/pull_request_template.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 60aa519..709fe53 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: '' -assignees: nick-invision +assignees: nick-fields --- **Describe the bug** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..441f64e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +_Replace the bullet points below with your answers_ + +### Description + +- What change is being made and why? + +### Testing + +- What tests were added? + - These can be either ["integration tests"](./workflows/ci_cd.yml) or unit tests