From e0397d1db99f08151ce9119a209b5f8a5fb03d82 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Sun, 20 Oct 2024 20:28:20 +1100 Subject: [PATCH] Added community note before create an issue This will reminder before creating an issue for people to choose their options of normal bug report, feature request or community (new). - Martin Eesmaa --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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..da869dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Community (such as matrix.org, Revolt & Discord) + url: https://github.com/MartinEesmaa/VVCEasy#community + about: > + If you need an extra little help and wanted to be helped by anyone, + you can join one of my server on matrix.org, Revolt or Discord. \ No newline at end of file