mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
docs: format Guide of Bug report (#159)
This commit is contained in:
parent
3f9193463f
commit
7e2ea39478
1 changed files with 7 additions and 6 deletions
|
|
@ -10,12 +10,13 @@ Please use issue templates as much as possible.
|
||||||
|
|
||||||
### Guide of Bug report
|
### Guide of Bug report
|
||||||
|
|
||||||
The code should be runnable for maintainers to reproduce the problem.
|
* The code should be runnable for maintainers to reproduce the problem
|
||||||
We can't reproduce the problem with partial code.
|
* We can't reproduce the problem with partial code
|
||||||
Don't include unknown input variables, local values, resources, etc.
|
* Don't include unknown input variables, local values, resources, etc
|
||||||
If you can reproduce the problem with public Docker images, please don't use private Docker images.
|
* If you can reproduce the problem with public Docker images, please don't use private Docker images
|
||||||
Don't include unneeded resources to reproduce the problem.
|
* The code should be simple as much as possible. The simple code helps us to understand and reproduce the problem
|
||||||
Don't set unneeded attributes to reproduce the problem.
|
* Don't include unneeded resources to reproduce the problem
|
||||||
|
* Don't set unneeded attributes to reproduce the problem
|
||||||
|
|
||||||
## Setup your machine
|
## Setup your machine
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue