From 7c93aa380d77debd9ac5c8faa2caa4120369d841 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Mon, 25 Jan 2021 17:55:19 -0500 Subject: [PATCH] Add Q&A discussion to issue templates (#3339) This change customises the issue template chooser to include a link to the Community Support Q&A discussion board. This lets users know that there is another place to ask questions related to using Velero. This change also disables the creation of blank issues to prevent issues that don't follow either the bug or feature request templates from being opened. Signed-off-by: Bridget McErlean --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..8147712cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Velero Community Support + url: https://github.com/vmware-tanzu/velero/discussions/categories/community-support-q-a + about: Please ask questions about Velero here.