From ce7c6b7c4cac27255010e293c425ef92c5baf5d7 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Sat, 18 Jun 2022 19:37:48 +0300 Subject: [PATCH] chore: add link to discord in issue templates --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index ec3e052..b32f770 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: "๐Ÿ› Bug Report" description: File a bug report labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 9f49f19..61402a0 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -1,4 +1,4 @@ -name: Feature Request +name: "๐Ÿ’ก Feature Request" description: File a feature request labels: ["enhancement"] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..14350e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: ๐Ÿ™‹๐Ÿพ๐Ÿ™‹๐Ÿผโ€Question + url: https://discord.gg/xkVJ73E + about: Submit your question on our discord. \ No newline at end of file