From caed505d4d25e0bcf763df013762a59c089e03bc Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Tue, 16 Aug 2022 11:25:08 -0700 Subject: [PATCH] Add issue template for questions We're seeing some issues get filed that are being converted to Discussions manually. Let's add a template on question so that we can redirect folks to Discussions page directly. --- .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..92d3e739c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +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**