Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2bbec0

Browse filesBrowse files
chore: issue template improvement (#218)
# Pull Request ## Description Update the issue templates to make it clear which starter module they are for. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent ab5cad8 commit f2bbec0
Copy full SHA for f2bbec0

File tree

Expand file treeCollapse file tree

2 files changed

+55
-11
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+55
-11
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+35-10Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,51 @@ body:
1818
required: true
1919
- type: dropdown
2020
attributes:
21-
label: Infrastrcuture as Code Type? (Required)
21+
label: Infrastructure as Code Type? (Required)
2222
description: Are you using Bicep or Terraform?
2323
multiple: false
2424
options:
2525
- bicep
2626
- terraform
27+
- both
28+
- not relevant
2729
validations:
2830
required: true
29-
- type: textarea
30-
id: versions
31+
- type: input
3132
attributes:
32-
label: Module Versions (Required)
33-
description: Please provide relevant module versions.
34-
value: |
35-
ALZ PowerShell Module: x.x.x
36-
Accelerator Bootstrap Modules: x.x.x
37-
Terraform Starter Modules: x.x.x
38-
Bicep Starter Modules: x.x.x
33+
label: PowerShell Module Version (Optional)
34+
description: Please provide the version of the PowerShell Module you are using if relevant.
35+
validations:
36+
required: false
37+
- type: input
38+
attributes:
39+
label: Bootstrap Module Version (Optional)
40+
description: Please provide the version of the Bootstap Module you are using if relevant.
41+
validations:
42+
required: false
43+
- type: dropdown
44+
attributes:
45+
label: Starter Module? (Required)
46+
description: Which starter module are you using?
47+
multiple: false
48+
options:
49+
- bicep - complete
50+
- terraform - complete_multi_region
51+
- terraform - microsoft_cloud_for_sovereignty
52+
- terraform - microsoft_cloud_for_financial_services
53+
- terraform - complete
54+
- terraform - hubnetworking
55+
- terraform - basic
56+
- other
57+
- not relevant
3958
validations:
4059
required: true
60+
- type: input
61+
attributes:
62+
label: Starter Module Version (Optional)
63+
description: Please provide the version of the Starter Module you are using if relevant.
64+
validations:
65+
required: false
4166
- type: textarea
4267
id: inputs
4368
attributes:

‎.github/ISSUE_TEMPLATE/feature_request.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+20-1Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,31 @@ body:
1717
required: true
1818
- type: dropdown
1919
attributes:
20-
label: Infrastrcuture as Code Type? (Required)
20+
label: Infrastructure as Code Type? (Required)
2121
description: Are you using Bicep or Terraform?
2222
multiple: false
2323
options:
2424
- bicep
2525
- terraform
26+
- both
27+
- not relevant
28+
validations:
29+
required: true
30+
- type: dropdown
31+
attributes:
32+
label: Starter Module? (Required)
33+
description: Which starter module are you using?
34+
multiple: false
35+
options:
36+
- bicep - complete
37+
- terraform - complete_multi_region
38+
- terraform - microsoft_cloud_for_sovereignty
39+
- terraform - microsoft_cloud_for_financial_services
40+
- terraform - complete
41+
- terraform - hubnetworking
42+
- terraform - basic
43+
- other
44+
- not relevant
2645
validations:
2746
required: true
2847
- type: textarea

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.