From 3901640988f34466ef248d9a460bff9d3709ce98 Mon Sep 17 00:00:00 2001 From: Josh <30379833+josh-chamberlain@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:23:05 -0400 Subject: [PATCH 1/2] remove issue template h1 --- .github/ISSUE_TEMPLATE | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index df77dee3..4b37e794 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,5 +1,3 @@ -# Issue template - ### Context Brief description. Is this part of a parent issue? From 9d444784f7bed2fc89e1e95c91931da13198ccc8 Mon Sep 17 00:00:00 2001 From: Josh <30379833+josh-chamberlain@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:24:30 -0400 Subject: [PATCH 2/2] PR template headings --- .github/PULL_REQUEST_TEMPLATE | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index a635e9da..3e36a54e 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,26 +1,24 @@ -# Pull request template - -#### Fixes +### Fixes * Issues being closed by this PR -#### Description +### Description * A brief description of what this does. Include screenshots, if anything should change visually. -#### Testing +### 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 +### Performance * If you're adding or heavily modifying a script, estimate how long it should take to run. -#### Docs +### Docs * Accompanying docs PRs, if applicable -#### Breaking Changes +### Breaking Changes * What functionality, if any, might be broken by this change, which could impact other developers. For example, an environmental variable changing.