traefik/.github/ISSUE_TEMPLATE.md

78 lines
1.7 KiB
Markdown
Raw Normal View History

2019-10-09 12:28:04 +00:00
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
### Do you want to request a *feature* or report a *bug*?
2018-05-07 12:16:02 +00:00
<!--
DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
The issue tracker is for reporting bugs and feature requests only.
For end-user related support questions, please refer to one of the following:
- the Traefik community forum: https://community.traefik.io/
2018-05-07 12:16:02 +00:00
-->
2019-10-09 12:28:04 +00:00
Bug
<!--
2019-10-09 12:28:04 +00:00
The configurations between 1.X and 2.X are NOT compatible.
Please have a look here https://doc.traefik.io/traefik/getting-started/configuration-overview/.
-->
2018-05-07 12:16:02 +00:00
### What did you do?
<!--
2019-10-09 12:28:04 +00:00
HOW TO WRITE A GOOD BUG REPORT?
2018-05-07 12:16:02 +00:00
- Respect the issue template as much as possible.
- The title should be short and descriptive.
- Explain the conditions which led you to report 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?_)
<!--
2019-10-09 12:28:04 +00:00
`latest` is not considered as a valid version.
2018-05-07 12:16:02 +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)
```
2019-10-09 12:28:04 +00:00
2018-05-07 12:16:02 +00:00
<!--
Add more configuration information here.
-->
2019-10-09 12:28:04 +00:00
### If applicable, please paste the log output in DEBUG level (`--log.level=DEBUG` switch)
2018-05-07 12:16:02 +00:00
```
(paste your output here)
```