From ff748640b28cd87299db9b92864f0a84c920fab4 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 18 Oct 2023 14:14:34 +1300 Subject: [PATCH] Direct questions to our discussion forums. Signed-off-by: James Blair --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 84930ee4b..a7cfc14dc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -11,7 +11,7 @@ body: description: Please confirm this bug report meets the following criteria. options: - label: This bug report is not security related, security issues should be disclosed privately via security@etcd.io. - - label: This is not a support request, support requests should be raised in the etcd [discussion forums](https://github.com/etcd-io/etcd/discussions). + - label: This is not a support request or question, support requests or questions should be raised in the etcd [discussion forums](https://github.com/etcd-io/etcd/discussions). - label: You have read the etcd [bug reporting guidelines](https://github.com/etcd-io/etcd/blob/main/Documentation/contributor-guide/reporting_bugs.md). - label: Existing open issues along with etcd [frequently asked questions](https://etcd.io/docs/latest/faq) have been checked and this is not a duplicate.