diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index aac5567..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,110 +0,0 @@ ---- -name: "Bug report \U0001F41B" -description: Report errors or unexpected behaviour -title: "Bug: " -labels: ['Needs: Triage :mag:', 'Type: Bug :beetle:'] -body: - - type: markdown - attributes: - value: | - Thank you for taking the time to fill out a bug report. - If you are not running the latest version of this module, please try to reproduce your bug with the latest version before opening an issue. - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true - - type: dropdown - attributes: - 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: input - attributes: - 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 - platform_landing_zone - - terraform - platform_landing_zone - - 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: - label: Input arguments of the ALZ-PowerShell-Module (Optional) - description: Please provide any relevant input arguments of the ALZ PowerShell Module that can reproduce the issue. - validations: - required: false - - type: textarea - id: debug - attributes: - label: Debug Output/Panic Output (Optional) - description: | - For long debug logs please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. - To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). - render: shell - validations: - required: false - - type: textarea - id: expected - attributes: - label: Expected Behaviour (Required) - description: What should have happened? - validations: - required: true - - type: textarea - id: actual - attributes: - label: Actual Behaviour (Required) - description: What actually happened? - validations: - required: true - - type: textarea - id: reproduce - attributes: - label: Steps to Reproduce (Optional) - description: | - Please list the steps required to reproduce the issue, e.g. - - type: textarea - id: facts - attributes: - label: Important Factoids (Optional) - description: | - Are there anything atypical about your accounts that we should know? For example: Running in a Azure China/Germany/Government? - - type: textarea - id: references - attributes: - label: References (Optional) - description: | - Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests - Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bd9dfe4..62f785b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,5 @@ ---- blank_issues_enabled: false +contact_links: + - name: ALZ bugs / features / questions (everything goes here) + url: https://github.com/Azure/Azure-Landing-Zones/issues/new/choose + about: Centralized repo for all Azure landing zone (ALZ) bugs, features, and questions (new for 2026) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 453ef60..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,68 +0,0 @@ ---- -name: "Feature request \U0001F680" -description: Suggest an idea for this project -title: 'Feature Request: ' -labels: ['Needs: Triage :mag:', 'Type: Enhancement :sparkles:'] -body: - - type: markdown - attributes: - value: | - Thank you for taking the time to fill out a feature request. - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the proposed feature. - options: - - label: I have searched the existing issues - required: true - - type: dropdown - attributes: - 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 - platform_landing_zone - - terraform - platform_landing_zone - - other - - not relevant - validations: - required: true - - type: textarea - id: usecase - attributes: - label: Use Case (Required) - description: Describe the use case for this feature? - validations: - required: true - - type: textarea - id: solution - attributes: - label: Proposed Solution (Required) - description: Describe how this feature could be implemented? - validations: - required: true - - type: textarea - id: facts - attributes: - label: Important Factoids (Optional) - description: | - Are there anything atypical about your accounts that we should know? For example: Running in a Azure China/Germany/Government? - - type: textarea - id: references - attributes: - label: References (Optional) - description: | - Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests - Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation?