Merge pull request #31669 from hashicorp/form-fix

Fixing placeholder values, adding usage note to bottom of the form.
This commit is contained in:
Craig Wright 2022-08-19 17:08:34 -07:00 committed by GitHub
commit b10eb84ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

View File

@ -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.

View File

@ -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.