aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJake Champlin <jake.champlin.27@gmail.com>2017-06-06 09:19:45 -0400
committerJake Champlin <jake.champlin.27@gmail.com>2017-06-06 09:19:45 -0400
commit7cbeaa51b6dcc4127cfa2c5a0a092755860af310 (patch)
tree3469f8c2d2c221ff6291704a88d5f70acd393733 /.github
parent8904b9d035e113e0c052acfed35c4ab5a6d6973b (diff)
downloadterraform-provider-statuscake-7cbeaa51b6dcc4127cfa2c5a0a092755860af310.tar.gz
terraform-provider-statuscake-7cbeaa51b6dcc4127cfa2c5a0a092755860af310.tar.zst
terraform-provider-statuscake-7cbeaa51b6dcc4127cfa2c5a0a092755860af310.zip
Add Issue Template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..8066d39
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,43 @@
1Hi there,
2
3Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
4
5### Terraform Version
6Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.
7
8### Affected Resource(s)
9Please list the resources as a list, for example:
10- opc_instance
11- opc_storage_volume
12
13If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
14
15### Terraform Configuration Files
16```hcl
17# Copy-paste your Terraform configurations here - for large Terraform configs,
18# please use a service like Dropbox and share a link to the ZIP file. For
19# security, you can also encrypt the files using our GPG public key.
20```
21
22### Debug Output
23Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
24
25### Panic Output
26If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`.
27
28### Expected Behavior
29What should have happened?
30
31### Actual Behavior
32What actually happened?
33
34### Steps to Reproduce
35Please list the steps required to reproduce the issue, for example:
361. `terraform apply`
37
38### Important Factoids
39Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
40
41### References
42Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
43- GH-1234