You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+24-19Lines changed: 24 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ body:
7
7
attributes:
8
8
value: |
9
9
Hi there,
10
-
Thank 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.
10
+
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests.
11
+
For general usage questions, please see: https://github.com/integrations/terraform-provider-github/discussions.
11
12
12
13
- type: textarea
13
14
id: expected-behavior
@@ -25,16 +26,30 @@ body:
25
26
validations:
26
27
required: true
27
28
28
-
29
29
- type: textarea
30
30
id: terraform-version
31
31
attributes:
32
32
label: Terraform Version
33
33
description: Run `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.
description: What type of GitHub installation are you using?
46
+
options:
47
+
- label: GitHub.com (Free, Pro, or Team)
48
+
- label: GitHub Enterprise Server (on-premises)
49
+
- label: GitHub Enterprise Cloud with Personal Accounts (github.com)
50
+
- label: GitHub Enterprise Cloud with Managed Users/EMU (github.com)
51
+
- label: GitHub Enterprise Cloud with Data Residency (*.ghe.com)
52
+
- label: I don't know
38
53
validations:
39
54
required: true
40
55
@@ -45,8 +60,8 @@ body:
45
60
description: |
46
61
Please list the resources as a list. If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
47
62
placeholder: |
48
-
- github_repository
49
-
- github_branch_protection
63
+
- github_repository
64
+
- github_branch_protection
50
65
validations:
51
66
required: true
52
67
@@ -56,7 +71,7 @@ body:
56
71
label: Terraform Configuration Files
57
72
render: hcl
58
73
description: |
59
-
Please copy and paste any relevant configration files. This will be automatically formatted into code, so no need for backticks.
74
+
Please copy and paste any relevant configuration files. This will be automatically formatted into code, so no need for backticks. If this configuration is inside a Module, please mention that.
60
75
Please check your configuration before submission to ensure sensitive information is redacted.
61
76
validations:
62
77
required: false
@@ -65,7 +80,7 @@ body:
65
80
id: steps-to-reproduce
66
81
attributes:
67
82
label: Steps to Reproduce
68
-
description: Please list the steps required to reproduce the issue.
83
+
description: Please list the steps required to reproduce the issue. Remember to mention any configuration outside of Terraform that could be relevant to the issue.
69
84
placeholder: |
70
85
```
71
86
$ terraform apply
@@ -79,17 +94,7 @@ body:
79
94
label: Debug Output
80
95
description: |
81
96
Please copy and paste any relevant debug output. This will be automatically formatted into code, so no need for backticks.
82
-
Please check your logs before submission to ensure sensitive information is redacted.
83
-
render: shell
84
-
validations:
85
-
required: false
86
-
87
-
- type: textarea
88
-
id: panic-output
89
-
attributes:
90
-
label: Panic Output
91
-
description: |
92
-
Please copy and paste any relevant panic output. This will be automatically formatted into code, so no need for backticks.
97
+
Please run your `terraform` command with `TF_LOG=DEBUG` set, then copy and paste the output. This will be automatically formatted into code, so no need for backticks.
93
98
Please check your logs before submission to ensure sensitive information is redacted.
0 commit comments