mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-03 04:09:29 -05:00
chore: add the guide about Terraform Configuration in Bug Report (#139)
This commit is contained in:
parent
97ed39e2d9
commit
f774e64849
1 changed files with 6 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
6
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
|
|
@ -44,6 +44,12 @@ If you are running into one of these scenarios, we recommend opening an issue in
|
|||
# Copy-paste your Terraform configurations here - for large Terraform configs,
|
||||
# please use a service like Dropbox and share a link to the ZIP file. For
|
||||
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
|
||||
# The code should be runnable for maintainers to reproduce the problem.
|
||||
# We can't reproduce the problem with partial code.
|
||||
# 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.
|
||||
# Don't include unneeded resources to reproduce the problem.
|
||||
# Don't set unneeded attributes to reproduce the problem.
|
||||
```
|
||||
|
||||
### Debug Output
|
||||
|
|
|
|||
Loading…
Reference in a new issue