Fixing placeholder values, adding usage note to bottom of the form.

This commit is contained in:
Craig Wright 2022-08-19 17:07:03 -07:00
parent dc0f196cbb
commit 9ca1b18988
2 changed files with 16 additions and 8 deletions

View File

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

View File

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