From 0b269013c116075834787e358decd889d27da8e4 Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Mon, 30 Dec 2019 15:07:58 +0100 Subject: [PATCH] Added an issue template for questions --- .github/ISSUE_TEMPLATE/QUESTION.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..69a1c3047 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -0,0 +1,28 @@ +--- +name: Question +about: Ask about behavior that you can't find documented anywhere +title: '' +labels: question +assignees: '' +--- + + + + + + + +## Question +What are you confused or uncertain about? +What are you trying to accomplish? +Examples: + - Why are X and Y presented in different styles? + - How can I disable feature Z? + - Where can I add analytics code to all my pages? + +## Expected Source +Where did you look to try to find the answer to your question? +We need to know this so that we can put the appropriate documentation in an intuitive place. + +## Additional Context +Add any other context or screenshots about the question here. \ No newline at end of file