|
| 1 | +name: AVM - Module Issue ➕🐛🔒 |
| 2 | +description: Want to request a new Module feature or report a bug? Let us know! |
| 3 | +title: "[AVM Module Issue]: " |
| 4 | +labels: ["Needs: Triage :mag:", "Language: Terraform :globe_with_meridians:"] |
| 5 | +projects: ["Azure/566"] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thank you for submitting this AVM Module Issue! |
| 11 | +
|
| 12 | + To help us triage your issue, please provide the below details. |
| 13 | +
|
| 14 | + > **NOTE**: If you'd like to propose a new AVM module, please follow the process described in the [AVM repo](https://aka.ms/AVM/ModuleProposal). |
| 15 | + - type: checkboxes |
| 16 | + id: existing-checks |
| 17 | + attributes: |
| 18 | + label: Check for previous/existing GitHub issues |
| 19 | + description: By submitting this issue, you confirm that you have searched for previous/existing GitHub issues to avoid creating a duplicate. |
| 20 | + options: |
| 21 | + - label: I have checked for previous/existing GitHub issues |
| 22 | + required: true |
| 23 | + - type: checkboxes |
| 24 | + id: module-specific-checks |
| 25 | + attributes: |
| 26 | + label: Module specific issue |
| 27 | + description: By submitting this issue, you confirm that this issue is about this AVM module and not about the resource itself, or how to use Terraform. |
| 28 | + options: |
| 29 | + - label: I confirm that this issue is about this AVM module and not about the resource itself, or how to use Terraform. |
| 30 | + required: true |
| 31 | + - type: dropdown |
| 32 | + id: issue-type |
| 33 | + attributes: |
| 34 | + label: Issue Type? |
| 35 | + description: How would you best describe this issue? Is this a... |
| 36 | + options: |
| 37 | + - "Feature Request" |
| 38 | + - "Bug" |
| 39 | + - "Security Bug" |
| 40 | + - "I'm not sure" |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + - type: input |
| 44 | + id: module-version |
| 45 | + attributes: |
| 46 | + label: (Optional) Module Version |
| 47 | + description: Please provide which version(s) of the module does this issue apply to. |
| 48 | + validations: |
| 49 | + required: false |
| 50 | + - type: input |
| 51 | + id: correlation-id |
| 52 | + attributes: |
| 53 | + label: (Optional) Correlation Id |
| 54 | + description: Please provide a correlation id if available and appropriate. |
| 55 | + validations: |
| 56 | + required: false |
| 57 | + - type: textarea |
| 58 | + id: question-feedback-text |
| 59 | + attributes: |
| 60 | + label: Description |
| 61 | + description: | |
| 62 | + Please describe the issue! |
| 63 | + > **NOTE**: All requested features must already be supported by the provider and Preview Services ([SFR1](https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-sfr1---category-composition---preview-services)) are not supported. |
| 64 | + placeholder: | |
| 65 | + <!-- |
| 66 | + If this is a bug, please provide a minimum example to reproduce the bug. |
| 67 | + If this is a feature request, please provide a detailed description of the feature. |
| 68 | + --> |
| 69 | + validations: |
| 70 | + required: true |
0 commit comments