From dc3078feb2e2692346b464d22858af333df512bb Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 3 Jul 2024 08:43:15 +0200 Subject: [PATCH] chore: Add a config for issue templates (#186) Add a config for issue templates to disable blank issues and add a link to the contributing guidelines Partially addresses https://github.com/Antiz96/arch-update/issues/183 --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 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..be23ffd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Contributing guidelines + url: https://github.com/Antiz96/arch-update/blob/main/CONTRIBUTING.md + about: Please, read the contributing guidelines before opening an issue