From 47818c4a84e9af1fe289c2e031c02776182e1cf8 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 30 Jan 2020 11:39:46 -0800 Subject: [PATCH] Update GH issue template to point to forum (#8226) --- .github/ISSUE_TEMPLATE/ask-a-question.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 1a27a102a..42b1e8010 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -1,12 +1,12 @@ --- name: Ask a question -about: Use the mailing list! +about: Use the discussion forum! --- -Please post questions on the mailing list (https://groups.google.com/forum/#!forum/vault-tool) rather than in GitHub issues. +Please post questions on the discussion forum (https://discuss.hashicorp.com/c/vault) rather than in GitHub issues. -With over 1700 subscribers, the mailing list gets a _lot_ more eyes on any particular question. You'll get an answer faster, not slower, by taking advantage of the suggestions and answers provided by the wealth of experience that long-time users and devs bring to the list. +The discussion forum gets a _lot_ more eyes on any particular question. You'll get an answer faster, not slower, by taking advantage of the suggestions and answers provided by the wealth of experience that long-time users and devs bring to the forum. It also prevents problematic issue workflows for questions where either the issue is closed immediately but then discussion continues on a closed issue; or, the issue is not closed, discussion dies down, and the issue remains open indefinitely waiting for further potential replies.