Skip to content

Commit a97c288

Browse files
kavya498hkantare
authored andcommitted
Update ISSUE_TEMPLATE
1 parent ba4963e commit a97c288

File tree

3 files changed

+133
-43
lines changed

3 files changed

+133
-43
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: If something isn't working as expected 🤔.
4+
---
5+
6+
<!---
7+
Please note the following potential times when an issue might be in Terraform core:
8+
9+
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
10+
* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues
11+
* [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues
12+
* [Registry](https://registry.terraform.io/) issues
13+
* Spans resources across multiple providers
14+
15+
If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead.
16+
--->
17+
18+
<!--- Please keep this note for the community --->
19+
20+
### Community Note
21+
22+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
23+
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
24+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
25+
26+
<!--- Thank you for keeping this note for the community --->
27+
28+
### Terraform CLI and Terraform IBM Provider Version
29+
30+
<!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). --->
31+
32+
### Affected Resource(s)
33+
34+
<!--- Please list the affected resources and data sources. --->
35+
36+
* ibm_XXXXX
37+
38+
### Terraform Configuration Files
39+
40+
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
41+
42+
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
43+
44+
```hcl
45+
# Copy-paste your Terraform configurations here - for large Terraform configs,
46+
# please share a link to the ZIP file.
47+
```
48+
49+
### Debug Output
50+
51+
<!---
52+
Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
53+
54+
To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html).
55+
--->
56+
57+
### Panic Output
58+
59+
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. --->
60+
61+
### Expected Behavior
62+
63+
<!--- What should have happened? --->
64+
65+
### Actual Behavior
66+
67+
<!--- What actually happened? --->
68+
69+
### Steps to Reproduce
70+
71+
<!--- Please list the steps required to reproduce the issue. --->
72+
73+
1. `terraform apply`
74+
75+
### Important Factoids
76+
77+
<!--- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? --->
78+
79+
### References
80+
81+
<!---
82+
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
83+
84+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
85+
--->
86+
87+
* #0000
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: I have a suggestion (and might want to implement myself 🙂)!
4+
labels: enhancement
5+
---
6+
7+
<!--- Please keep this note for the community --->
8+
9+
### Community Note
10+
11+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
12+
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
13+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
14+
15+
<!--- Thank you for keeping this note for the community --->
16+
17+
### Description
18+
19+
<!--- Please leave a helpful description of the feature request here. --->
20+
21+
### New or Affected Resource(s)
22+
23+
<!--- Please list the new or affected resources and data sources. --->
24+
25+
* ibm_XXXXX
26+
27+
### Potential Terraform Configuration
28+
29+
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
30+
31+
```hcl
32+
# Copy-paste your Terraform configurations here - for large Terraform configs,
33+
# please use a service like Dropbox and share a link to the ZIP file. For
34+
# security, you can also encrypt the files using our GPG public key.
35+
```
36+
37+
### References
38+
39+
<!---
40+
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
41+
42+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation?
43+
44+
--->
45+
46+
* #0000

0 commit comments

Comments
 (0)