chore: Enhance GitHub issue template.

This commit is contained in:
Fernandez Ludovic 2017-06-10 23:51:12 +02:00 committed by Ludovic Fernandez
parent 5268db47a1
commit 96939e2990

View file

@ -9,13 +9,12 @@ For end-user related support questions, refer to one of the following:
--> -->
### Do you want to request a *feature* or report a *bug*? ### Do you want to request a *feature* or report a *bug*?
(If you intend to ask a support question: **DO NOT FILE AN ISSUE**. <!--
Use [Stack Overflow](https://stackoverflow.com/questions/tagged/traefik) If you intend to ask a support question: DO NOT FILE AN ISSUE.
or [Slack](https://traefik.herokuapp.com) instead.) -->
### What did you do? ### What did you do?
@ -43,6 +42,12 @@ HOW TO WRITE A GOOD ISSUE?
### Output of `traefik version`: (_What version of Traefik are you using?_) ### Output of `traefik version`: (_What version of Traefik are you using?_)
<!--
For the Traefik Docker image:
docker run [IMAGE] version
ex: docker run traefik version
-->
``` ```
(paste your output here) (paste your output here)
``` ```