Skip to content

Commit 1ffda88

Browse files
Merge pull request #15 from ViacheslavKudinov/maintanence/update-issue-templates
Update bug template
2 parents e0f1c0a + 76bc5de commit 1ffda88

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ body:
77
attributes:
88
value: |
99
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.
1112
1213
- type: textarea
1314
id: expected-behavior
@@ -25,16 +26,15 @@ body:
2526
validations:
2627
required: true
2728

28-
2929
- type: textarea
3030
id: terraform-version
3131
attributes:
3232
label: Terraform Version
3333
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.
3434
placeholder: |
35-
Terraform v1.2.3
35+
Terraform vX.Y.Z
3636
on linux_amd64
37-
+ provider registry.terraform.io/integrations/github v5.32.0
37+
+ provider registry.terraform.io/integrations/github vX.Y.Z
3838
validations:
3939
required: true
4040

@@ -72,9 +72,8 @@ body:
7272
label: Terraform Configuration Files
7373
render: hcl
7474
description: |
75-
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.
7877
validations:
7978
required: false
8079

@@ -96,8 +95,8 @@ body:
9695
label: Debug Output
9796
description: |
9897
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.
101100
render: shell
102101
validations:
103102
required: false

0 commit comments

Comments
 (0)