From 9718bfcfc968cbe955425c37f156cea092bb9389 Mon Sep 17 00:00:00 2001 From: abebeos <110243666+abebeos@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:52:14 +0000 Subject: [PATCH 1/2] add issue-links for stackexchange/discord --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ .github/ISSUE_TEMPLATE/questions.md | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/questions.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0cec6cb..27ae8c7e9db64 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,8 @@ blank_issues_enabled: false +contact_links: + - name: Questions and Help (on Stack Overflow) + url: https://stackoverflow.com/questions/tagged/aptos + about: Support and other Questions are handled by the team and the community on Stack Overflow. + - name: Questions, Help and Chat (on Discord) + url: https://discord.gg/aptoslabs + about: Contact the development team, contributors and community on Discord diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md deleted file mode 100644 index 62effa92f1e50..0000000000000 --- a/.github/ISSUE_TEMPLATE/questions.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: ❓ Questions/Help -about: If you have questions, please check Discord ---- - -## ❓ Questions and Help - -### Please note that this issue tracker is not a help form and this issue will be closed. - -Please contact the development team on [Discord](https://discord.gg/aptoslabs) From b838005f830c9f7a67a49b05623b5ac715cc7f94 Mon Sep 17 00:00:00 2001 From: David Wolinsky Date: Tue, 7 Mar 2023 19:07:41 -0800 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 27ae8c7e9db64..7802261f6cd76 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Questions and Help (on Stack Overflow) url: https://stackoverflow.com/questions/tagged/aptos