From e9123567ddb86ce92a5577e6972274fa6e692dea Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 27 Jul 2024 13:45:57 +0200 Subject: [PATCH] chore(github): add issue templates configuration file - disable blank issues - add contact links --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 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..0753fff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: You need configuration help + url: https://github.com/qdm12/gluetun/discussions/new + about: Please create a Github discussion. + - name: Report a Gluetun bug or feature request + url: https://github.com/qdm12/gluetun/issues/new + about: Please create an issue on the gluetun repository. + - name: Unraid template issue + url: https://github.com/qdm12/gluetun/discussions/550 + about: Please read the relevant Github discussion.