From f0e32fed2b48b65137b50e69792df7421d1e1291 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 16 Aug 2019 12:52:03 -0700 Subject: [PATCH 1/2] github: update question template to avoid click throughs --- .github/ISSUE_TEMPLATE/question.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6631e6c9924..3256f6ecaf2 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,11 @@ --- name: 'Question/Support' -about: 'Ask a question about go-ipfs or request support.' -labels: question, invalid +about: 'DO NOT SELECT THIS OPTION: Ask questions on discuss.ipfs.io.' +labels: question --- +DO NOT ASK QUESTIONS HERE + This bug tracker is only for actionable bug reports and feature requests. Please direct any questions to https://discuss.ipfs.io or to our Matrix (#ipfs:matrix.org) or IRC (#ipfs on freenode) channels. If you don't get an immediate response, please keep trying. From 4f38632717061521afa502d498f6e245a19d722e Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 16 Aug 2019 13:02:44 -0700 Subject: [PATCH 2/2] github: add more options to question template --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 3256f6ecaf2..a76e5de10ff 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: 'Question/Support' -about: 'DO NOT SELECT THIS OPTION: Ask questions on discuss.ipfs.io.' +about: 'DO NOT SELECT THIS OPTION: Ask questions on discuss.ipfs.io, IRC (#ipfs on freenode), or Matrix (#ipfs:matrix.org)' labels: question ---