Skip to content

Commit 2978cf2

Browse files
authored
Merge pull request microsoft#97 from Azure/issue_templates
few more minor tweaks to templates
2 parents 8e22a0f + b9b4d29 commit 2978cf2

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/4_azapi_bug.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ body:
4141
description: A concise description of what you expected to happen.
4242
validations:
4343
required: true
44+
- type: textarea
45+
attributes:
46+
label: Terraform configuration
47+
description: Please provide the minimum Terraform configuration that is resulting in the bug / issue.
48+
render: terraform
49+
validations:
50+
required: true
4451
- type: textarea
4552
attributes:
4653
label: Steps To Reproduce
@@ -53,13 +60,6 @@ body:
5360
2. See error...
5461
validations:
5562
required: false
56-
- type: textarea
57-
attributes:
58-
label: Terraform configuration
59-
description: Please provide the minimum Terraform configuration that is resulting in the bug / issue.
60-
render: terraform
61-
validations:
62-
required: true
6363
- type: textarea
6464
attributes:
6565
label: Anything else?

.github/ISSUE_TEMPLATE/5_aztfy_bug.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ body:
2828
description: Steps to reproduce the behavior.
2929
placeholder: |
3030
1. In this environment...
31-
2. With this config...
32-
3. Run '...'
33-
4. See error...
31+
2. Run '...'
32+
3. See error...
3433
validations:
35-
required: false
34+
required: true
3635
- type: textarea
3736
attributes:
3837
label: Anything else?

0 commit comments

Comments
 (0)