mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Modifying the version input to use shell rendering.
This simplifies entry for the user, no longer requiring markdown formatting wrappers.
This commit is contained in:
parent
aba0ac0fae
commit
95c133f2ec
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -32,12 +32,11 @@ body:
|
||||
id: tf-version
|
||||
attributes:
|
||||
label: Terraform Version
|
||||
description: Run `terraform version` to show the version, and paste the result between `` marks. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed.
|
||||
description: Run `terraform version` to show the version, and paste the result below. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed.
|
||||
placeholder:
|
||||
render: shell
|
||||
value: |
|
||||
```
|
||||
...output of `terraform version`...
|
||||
```
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -21,13 +21,11 @@ body:
|
||||
id: tf-version
|
||||
attributes:
|
||||
label: Terraform Version
|
||||
description: Run `terraform version` to show the version, and paste the result between `` marks. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
|
||||
|
||||
description: Run `terraform version` to show the version, and paste the result below. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
|
||||
render: shell
|
||||
placeholder:
|
||||
value: |
|
||||
```
|
||||
...output of `terraform version`...
|
||||
```
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@ -68,7 +66,7 @@ body:
|
||||
placeholder:
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: tf-references
|
||||
|
Loading…
Reference in New Issue
Block a user