From 02a99e5ed23dcff2c64f6edf93520bdc21ad8a5e Mon Sep 17 00:00:00 2001 From: Chris Norman Date: Sun, 11 May 2025 16:32:32 +0100 Subject: [PATCH] Add GitHub issue template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/preapproved.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/preapproved.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ef916d6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Features, Bug Reports, Questions + url: https://github.com/common-fate/granted/discussions/new/choose + about: Our preferred starting point if you have any questions or suggestions about configuration, features or behavior. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/preapproved.md b/.github/ISSUE_TEMPLATE/preapproved.md new file mode 100644 index 00000000..c0a7e3fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/preapproved.md @@ -0,0 +1,9 @@ +--- +name: Pre-Discussed and Approved Topics +about: |- + Only for topics already discussed and approved in the GitHub Discussions section. +--- + +**DO NOT OPEN A NEW ISSUE. PLEASE USE THE DISCUSSIONS SECTION.** + +**I DIDN'T READ THE ABOVE LINE. PLEASE CLOSE THIS ISSUE.** \ No newline at end of file