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
+8-9Lines changed: 8 additions & 9 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,15 @@ 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.
Please copy and paste any relevant configration files. This will be automatically formatted into code, so no need for backticks.
76
-
Please copy and paste any relevant configration files. This will be automatically formatted into code, so no need for backticks. If this configuration is inside a Module, please mention that.
77
-
Please check your configuration before submission to ensure sensitive information is redacted.
75
+
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.
76
+
Please check your configuration before submission to ensure sensitive information is redacted.
78
77
validations:
79
78
required: false
80
79
@@ -96,8 +95,8 @@ body:
96
95
label: Debug Output
97
96
description: |
98
97
Please copy and paste any relevant debug output. This will be automatically formatted into code, so no need for backticks.
99
-
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.
100
-
Please check your logs before submission to ensure sensitive information is redacted.
98
+
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.
99
+
Please check your logs before submission to ensure sensitive information is redacted.
0 commit comments