few more minor tweaks to templates
This commit is contained in:
parent
a8f6580471
commit
b9b4d29725
14
.github/ISSUE_TEMPLATE/4_azapi_bug.yml
vendored
14
.github/ISSUE_TEMPLATE/4_azapi_bug.yml
vendored
@ -41,6 +41,13 @@ body:
|
|||||||
description: A concise description of what you expected to happen.
|
description: A concise description of what you expected to happen.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps To Reproduce
|
label: Steps To Reproduce
|
||||||
@ -53,13 +60,6 @@ body:
|
|||||||
2. See error...
|
2. See error...
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
|
7
.github/ISSUE_TEMPLATE/5_aztfy_bug.yml
vendored
7
.github/ISSUE_TEMPLATE/5_aztfy_bug.yml
vendored
@ -28,11 +28,10 @@ body:
|
|||||||
description: Steps to reproduce the behavior.
|
description: Steps to reproduce the behavior.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. In this environment...
|
1. In this environment...
|
||||||
2. With this config...
|
2. Run '...'
|
||||||
3. Run '...'
|
3. See error...
|
||||||
4. See error...
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user