forked from traefik/traefik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request traefik#1482 from ldez/docs/github-template
doc: enhance GitHub template.
- Loading branch information
Showing
7 changed files
with
141 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!-- | ||
How to write a good issue? | ||
Read https://github.com/containous/traefik/blob/master/.github/how-to-write-a-good-issue.md | ||
And the contributing guide: https://github.com/containous/traefik/blob/master/.github/CONTRIBUTING.md | ||
--> | ||
|
||
### Do you want to request a *feature* or report a *bug*? | ||
|
||
|
||
|
||
### What did you do? | ||
|
||
|
||
|
||
### What did you expect to see? | ||
|
||
|
||
|
||
### What did you see instead? | ||
|
||
|
||
|
||
### Output of `traefik version`: (_What version of Traefik are you using?_) | ||
|
||
``` | ||
(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) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- | ||
How to write a good pull request? | ||
Read https://github.com/containous/traefik/blob/master/.github/how-to-write-a-good-pull-request.md. | ||
And the contributing guide: https://github.com/containous/traefik/blob/master/.github/CONTRIBUTING.md. | ||
--> | ||
|
||
### Description | ||
|
||
<!-- | ||
Briefly describe the pull request in a few paragraphs. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# How to write a good issue | ||
|
||
Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting bugs and feature requests. | ||
|
||
For other type of questions, consider using one of: | ||
|
||
- the [Traefik community Slack channel](https://traefik.herokuapp.com) | ||
- [StackOverflow](https://stackoverflow.com/questions/tagged/traefik) | ||
|
||
## Title | ||
|
||
The title must be short and descriptive. | ||
|
||
## Description of the issue | ||
|
||
- Explain the conditions which led you to write this issue: the context. | ||
- The context should lead to something, an idea or a problem that you’re facing. | ||
- Remain clear and concise. | ||
|
||
## Format your messages | ||
|
||
Help the reader focus on what matters and understand the structure of your message. | ||
[GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown) has a simple but effective syntax: make use of bold text, lists, check-boxes, syntax highlighting, headers, lists, links and images. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# How to write a good pull request | ||
|
||
- Make it small | ||
- Do only one thing | ||
- Avoid re-formatting | ||
- Make sure the code builds | ||
- Make sure all tests pass | ||
- Add tests | ||
- Write useful descriptions and titles | ||
- Address review comments in terms of additional commits. | ||
- Do not amend/squash existing ones unless the PR is trivial. | ||
|
||
Read [10 tips for better pull requests](http://blog.ploeh.dk/2015/01/15/10-tips-for-better-pull-requests/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters