few more minor tweaks to templates

This commit is contained in:
Mark Gray 2022-04-13 13:49:04 -07:00
parent a8f6580471
commit b9b4d29725
2 changed files with 10 additions and 11 deletions

View File

@ -41,6 +41,13 @@ body:
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Terraform configuration
description: Please provide the minimum Terraform configuration that is resulting in the bug / issue.
render: terraform
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
@ -53,13 +60,6 @@ body:
2. See error...
validations:
required: false
- type: textarea
attributes:
label: Terraform configuration
description: Please provide the minimum Terraform configuration that is resulting in the bug / issue.
render: terraform
validations:
required: true
- type: textarea
attributes:
label: Anything else?

View File

@ -28,11 +28,10 @@ body:
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
2. Run '...'
3. See error...
validations:
required: false
required: true
- type: textarea
attributes:
label: Anything else?