Skip to content

Commit

Permalink
chore: issue template improvement (#218)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
jaredfholgate authored Oct 15, 2024
1 parent ab5cad8 commit f2bbec0
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 11 deletions.
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

0 comments on commit f2bbec0

Please sign in to comment.