1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Added an issue template for questions

This commit is contained in:
Nick Liu 2019-12-30 15:07:58 +01:00
parent d31f4cd45e
commit 0b269013c1
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

28
.github/ISSUE_TEMPLATE/QUESTION.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Question
about: Ask about behavior that you can't find documented anywhere
title: ''
labels: question
assignees: ''
---
<!-- If you know that something isn't working the way it should, -->
<!-- please file a bug report instead. -->
<!-- If you know that what you're trying to do is not implemented, -->
<!-- please make a feature request instead. -->
## 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.