mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixing placeholder values, adding usage note to bottom of the form.
This commit is contained in:
parent
dc0f196cbb
commit
9ca1b18988
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -33,10 +33,9 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Terraform Version
|
label: Terraform Version
|
||||||
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.
|
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
|
render: shell
|
||||||
value: |
|
placeholder: ...output of `terraform version`...
|
||||||
...output of `terraform version`...
|
value:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -117,4 +116,9 @@ body:
|
|||||||
placeholder:
|
placeholder:
|
||||||
value:
|
value:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**Note:** if the submit button is disabled and you have filled out all required fields, check that you did not forget a Title for the issue.
|
||||||
|
12
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
12
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -23,9 +23,8 @@ body:
|
|||||||
label: Terraform Version
|
label: Terraform 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.
|
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
|
render: shell
|
||||||
placeholder:
|
placeholder: ...output of `terraform version`...
|
||||||
value: |
|
value:
|
||||||
...output of `terraform version`...
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -80,4 +79,9 @@ body:
|
|||||||
placeholder:
|
placeholder:
|
||||||
value:
|
value:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**Note:** if the submit button is disabled and you have filled out all required fields, check that you did not forget a Title for the issue.
|
||||||
|
Loading…
Reference in New Issue
Block a user