Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: issue template improvement #218

Merged
merged 4 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 35 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,51 @@ body:
required: true
- type: dropdown
attributes:
label: Infrastrcuture as Code Type? (Required)
label: Infrastructure as Code Type? (Required)
description: Are you using Bicep or Terraform?
multiple: false
options:
- bicep
- terraform
- both
- not relevant
validations:
required: true
- type: textarea
id: versions
- type: input
attributes:
label: Module Versions (Required)
description: Please provide relevant module versions.
value: |
ALZ PowerShell Module: x.x.x
Accelerator Bootstrap Modules: x.x.x
Terraform Starter Modules: x.x.x
Bicep Starter Modules: x.x.x
label: PowerShell Module Version (Optional)
description: Please provide the version of the PowerShell Module you are using if relevant.
validations:
required: false
- type: input
attributes:
label: Bootstrap Module Version (Optional)
description: Please provide the version of the Bootstap Module you are using if relevant.
validations:
required: false
- type: dropdown
attributes:
label: Starter Module? (Required)
description: Which starter module are you using?
multiple: false
options:
- bicep - complete
- terraform - complete_multi_region
- terraform - microsoft_cloud_for_sovereignty
- terraform - microsoft_cloud_for_financial_services
- terraform - complete
- terraform - hubnetworking
- terraform - basic
- other
- not relevant
validations:
required: true
- type: input
attributes:
label: Starter Module Version (Optional)
description: Please provide the version of the Starter Module you are using if relevant.
validations:
required: false
- type: textarea
id: inputs
attributes:
Expand Down
21 changes: 20 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,31 @@ body:
required: true
- type: dropdown
attributes:
label: Infrastrcuture as Code Type? (Required)
label: Infrastructure as Code Type? (Required)
description: Are you using Bicep or Terraform?
multiple: false
options:
- bicep
- terraform
- both
- not relevant
validations:
required: true
- type: dropdown
attributes:
label: Starter Module? (Required)
description: Which starter module are you using?
multiple: false
options:
- bicep - complete
- terraform - complete_multi_region
- terraform - microsoft_cloud_for_sovereignty
- terraform - microsoft_cloud_for_financial_services
- terraform - complete
- terraform - hubnetworking
- terraform - basic
- other
- not relevant
validations:
required: true
- type: textarea
Expand Down
Loading