traefik/.github/ISSUE_TEMPLATE.md

70 lines
1.7 KiB
Markdown
Raw Normal View History

<!--
2017-06-01 19:27:22 +00:00
DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
2017-06-01 19:27:22 +00:00
The issue tracker is for reporting bugs and feature requests only.
For end-user related support questions, refer to one of the following:
- Stack Overflow (using the "traefik" tag): https://stackoverflow.com/questions/tagged/traefik
- the Traefik community Slack channel: https://traefik.herokuapp.com
-->
2017-06-10 21:51:12 +00:00
### Do you want to request a *feature* or report a *bug*?
2017-06-10 21:51:12 +00:00
<!--
If you intend to ask a support question: DO NOT FILE AN ISSUE.
-->
### What did you do?
2017-06-01 19:27:22 +00:00
<!--
2017-06-01 19:27:22 +00:00
HOW TO WRITE A GOOD ISSUE?
- Respect the issue template as more as possible.
2017-09-07 10:02:03 +00:00
- If it's possible use the command `traefik bug`. See https://www.youtube.com/watch?v=Lyz62L8m93I.
2017-06-01 19:27:22 +00:00
- The title must be short and descriptive.
- Explain the conditions which led you to write this issue: the context.
- The context should lead to something, an idea or a problem that youre facing.
- Remain clear and concise.
- Format your messages to help the reader focus on what matters and understand the structure of your message, use Markdown syntax https://help.github.com/articles/github-flavored-markdown
-->
### What did you expect to see?
### What did you see instead?
### Output of `traefik version`: (_What version of Traefik are you using?_)
2017-06-10 21:51:12 +00:00
<!--
For the Traefik Docker image:
docker run [IMAGE] version
ex: docker run traefik version
-->
```
(paste your output here)
```
### What is your environment & configuration (arguments, toml, provider, platform, ...)?
```toml
# (paste your configuration here)
```
<!--
Add more configuration information here.
-->
### If applicable, please paste the log output in debug mode (`--debug` switch)
```
(paste your output here)
```