Skip to content

Commit ea4e112

Browse files
committed
minor fix
1 parent b92f2c8 commit ea4e112

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/what_if.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ body:
3535
label: Command or Script
3636
description: Provide the command or script that demonstrates the issue
3737
placeholder: |
38-
az vm create --what-if --export-bicep ...
38+
- az vm create --what-if --export-bicep
39+
- N/A if not applicable
3940
render: shell
4041
validations:
4142
required: true
@@ -45,7 +46,9 @@ body:
4546
attributes:
4647
label: Expected Behavior
4748
description: What did you expect to happen?
48-
placeholder: Describe the expected outcome
49+
placeholder: |
50+
- Describe the expected outcome
51+
- N/A if not applicable
4952
validations:
5053
required: true
5154

@@ -54,7 +57,9 @@ body:
5457
attributes:
5558
label: Actual Behavior
5659
description: What actually happened?
57-
placeholder: Describe what actually occurred
60+
placeholder: |
61+
- Describe what actually occurred
62+
- N/A if not applicable
5863
validations:
5964
required: true
6065

@@ -67,6 +72,7 @@ body:
6772
- OS: Windows 11 / Ubuntu 22.04 / macOS 14
6873
- Tool Version: Azure CLI 2.80.0
6974
- Python Version: 3.12.10
75+
- N/A if not applicable
7076
validations:
7177
required: true
7278

0 commit comments

Comments
 (0)