From d682ae958de95b6b4af9d7969834d9625c6a6174 Mon Sep 17 00:00:00 2001 From: Josh <30379833+josh-chamberlain@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:56:36 -0400 Subject: [PATCH 1/2] Create PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..a635e9da --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,26 @@ +# Pull request template + +#### Fixes + +* Issues being closed by this PR + +#### Description + +* A brief description of what this does. Include screenshots, if anything should change visually. + +#### Testing + +* Steps to test this PR, if there are any required. +* For cut-and-dry changes (API updates or interface tweaks), include a screenshot or updated API response to show what correct behavior looks like + +#### Performance + +* If you're adding or heavily modifying a script, estimate how long it should take to run. + +#### Docs + +* Accompanying docs PRs, if applicable + +#### Breaking Changes + +* What functionality, if any, might be broken by this change, which could impact other developers. For example, an environmental variable changing. From 12524ed576f27312b00624ac0b0e657074e78840 Mon Sep 17 00:00:00 2001 From: Josh <30379833+josh-chamberlain@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:57:13 -0400 Subject: [PATCH 2/2] Create ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..df77dee3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,21 @@ +# Issue template + +### Context + +Brief description. Is this part of a parent issue? + +### Requirements + +* Required functionality. + +### Tests + +* Anything we should test for? How should it be tested? + +### Docs + +* What docs should be updated? Link to related docs changes in the PR. + +### Open questions + +* Any uncertainties? Anything we're flexible about?