mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31669 from hashicorp/form-fix
Fixing placeholder values, adding usage note to bottom of the form.
This commit is contained in:
commit
b10eb84ea1
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -33,10 +33,9 @@ body:
|
||||
attributes:
|
||||
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.
|
||||
placeholder:
|
||||
render: shell
|
||||
value: |
|
||||
...output of `terraform version`...
|
||||
placeholder: ...output of `terraform version`...
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@ -117,4 +116,9 @@ body:
|
||||
placeholder:
|
||||
value:
|
||||
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
|
||||
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`...
|
||||
placeholder: ...output of `terraform version`...
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@ -80,4 +79,9 @@ body:
|
||||
placeholder:
|
||||
value:
|
||||
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