DOC: Add 'Question.md' issue template, discouraging asking questions

This commit adds a new `Question.md` issue template that aims to prevent
users asking questions within the issue tracker, because the other two
templates do not fit "question", thus leading to people not seeing that
the issue tracker is not for questions.

This template inspired by TypeScript's Question template at:
https://github.com/microsoft/TypeScript/blob/master/.github/ISSUE_TEMPLATE/Question.md
This commit is contained in:
Tim Duesterhus 2019-08-02 12:21:54 +02:00 committed by Willy Tarreau
parent 4c18f94c11
commit 214758211e
1 changed files with 19 additions and 0 deletions

19
.github/ISSUE_TEMPLATE/Question.md vendored Normal file
View File

@ -0,0 +1,19 @@
---
name: Question
about: Do NOT ask questions in the issue tracker. This issue tracker is for tracking bugs and feature requests directly relating to the development of the software itself.
labels: 'status: invalid'
---
# :stop_sign: HOLD ON :stop_sign:
Do **NOT** ask questions in the issue tracker. This issue tracker is for tracking bugs and
feature requests directly relating to the development of the software itself.
Use the forum or the mailing list if you have a question rather than a bug or feature request.
The forum is at: https://discourse.haproxy.org/
- The mailing list (no need to subscribe) is: haproxy@formilux.org
- Subscribe to the list: haproxy+subscribe@formilux.org
- Unsubscribe from the list: haproxy+unsubscribe@formilux.org