tweaking order of issue templates
This commit is contained in:
48
.github/ISSUE_TEMPLATE/1_feature.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/1_feature.yml
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
name: 'Azure Terraform feature Ask'
|
||||
description: File a bug/issue for a verified module
|
||||
title: "<title>"
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- 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: Where would you like this feature added?
|
||||
description: Let us know what product or area you would like to see this feature added to.
|
||||
multiple: false
|
||||
options:
|
||||
- "Verified Modules"
|
||||
- "AzAPI Provider"
|
||||
- "Azure Terrafy"
|
||||
- "Examples (Quickstart, Samples, etc.)"
|
||||
- "Other/Unknown"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Is this feature ask due to a problem that you are encountering?
|
||||
description: If so, please provide a clear and concise description of what the problem is.
|
||||
placeholder: I'm always frustrated when [...]
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe potential solutions.
|
||||
description: Please provide a clear and concise description of what you want to happen.
|
||||
placeholder: Add a way for me to [...]
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: |
|
||||
Links? References? Anything that will give us more context about the feature you are requesting!
|
||||
|
||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||
validations:
|
||||
required: false
|
Reference in New Issue
Block a user