From 3e141eb0bf98b074a0d30ff90564ec45e31c3d6b Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 11 Aug 2025 08:37:55 -0600 Subject: [PATCH] Updated GitHub issue and pull request templates Necessary to fix the issue template and leverage the GitHub UI which includes a configuration for dealing with issues. A few minor corrections have been applied to the pull request template as well. Milestone: minor --- .github/ISSUE_TEMPLATE.md | 8 -------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/issue.md | 18 ++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 4 files changed, 26 insertions(+), 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b614951..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -## Why - - -## How - - -## Notes - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..9052769 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Community + url: https://discord.gg/CAgBZQqVWp + about: Please ask questions or discuss specifics here. diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..61adc6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,18 @@ +--- +name: Issue +title: "Add|Update|Fix|Remove|Refactor " +about: Report an issue. Please use only one of the subject prefixes. +--- + + + +## Why + + +## How + + +## Notes + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5bb52a2..1b93c92 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ ## Overview - + ## Screenshots/Screencasts - + ## Details - +