From 6e1e93112d03ba9425faa483fc83a25a1e438b43 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 18 Feb 2021 10:17:40 -0800 Subject: [PATCH 1/2] Override default issue templates --- .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md From bcd9ad515722fd79ea010c194d064c5adead5f1e Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 18 Feb 2021 10:25:05 -0800 Subject: [PATCH 2/2] Copy default config.yml From the docs: > If a repository has any files in its own .github/ISSUE_TEMPLATE folder, including issue templates or a config.yml file, none of the contents of the default .github/ISSUE_TEMPLATE folder will be used. So we need to copy the config.yml since it will be ignored. --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..62d5533 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +blank_issues_enabled: false +contact_links: + - name: Questions and Configurations + url: https://discourse.pi-hole.net + about: Ask a question or get help with configurations. + - name: Feature Requests + url: https://discourse.pi-hole.net/c/feature-requests/8 + about: See existing Feature Requests and suggest new ones. + - name: Documentation + url: https://docs.pi-hole.net + about: Documentation and guides. +