From 1e46f5e6d5d0714ba826e0b7ccdbbad9eab79311 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 16 Aug 2022 14:30:38 -0700 Subject: [PATCH] Issue Templates: Show a "Discussions" link for questions (#1152) Instead of a fake issue template, show a Discussions link. --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/question.md | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..917a64142 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Questions + about: Please use our Discussions page + url: https://github.com/uber-go/zap/discussions diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 92d3e739c..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Questions -about: Need help using Zap -title: '' -labels: '' -assignees: '' - ---- - -**Please use our [Discussions page](https://github.com/uber-go/zap/discussions) to ask for help on how to use Zap**