added bug templates for azapi, aztfy, examples and feature template
This commit is contained in:
parent
248ca2b267
commit
5d0bc04169
71
.github/ISSUE_TEMPLATE/azapi_bug.yml
vendored
Normal file
71
.github/ISSUE_TEMPLATE/azapi_bug.yml
vendored
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
name: 'AzAPI Provider Bug Report'
|
||||||
|
description: File a bug/issue for the AzAPI Terraform Provider
|
||||||
|
title: "<title>"
|
||||||
|
labels: [bug, azapi]
|
||||||
|
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: input
|
||||||
|
attributes:
|
||||||
|
label: Terraform Version
|
||||||
|
description: |
|
||||||
|
What version of Terraform were you using when you encountered this issue?
|
||||||
|
Please include operating system when applicable.
|
||||||
|
|
||||||
|
`terraform --version`
|
||||||
|
placeholder: 1.0.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Provider Version
|
||||||
|
description: |
|
||||||
|
What version of the AzAPI provider were you using when you encountered this issue?
|
||||||
|
placeholder: 0.1.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Current Behavior
|
||||||
|
description: A concise description of what you're experiencing. Include Error output where applicable.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: A concise description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps To Reproduce
|
||||||
|
description: |
|
||||||
|
Steps to reproduce the behavior.
|
||||||
|
|
||||||
|
`terraform apply`
|
||||||
|
placeholder: |
|
||||||
|
1. Run '...'
|
||||||
|
2. See error...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Terraform configuration
|
||||||
|
description: Please provide the minimum Terraform configuration that is resulting in the bug / issue.
|
||||||
|
render: terraform
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: |
|
||||||
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||||
|
|
||||||
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
|
validations:
|
||||||
|
required: false
|
44
.github/ISSUE_TEMPLATE/aztfy_bug.yml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/aztfy_bug.yml
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
name: 'Azure Terrafy Bug Report'
|
||||||
|
description: File a bug/issue for a Azure Terrafy (aztfy)
|
||||||
|
title: "<title>"
|
||||||
|
labels: [bug, aztfy]
|
||||||
|
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: textarea
|
||||||
|
attributes:
|
||||||
|
label: Current Behavior
|
||||||
|
description: A concise description of what you're experiencing. Include error output where applicable.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: A concise description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps To Reproduce
|
||||||
|
description: Steps to reproduce the behavior.
|
||||||
|
placeholder: |
|
||||||
|
1. In this environment...
|
||||||
|
2. With this config...
|
||||||
|
3. Run '...'
|
||||||
|
4. See error...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: |
|
||||||
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||||
|
|
||||||
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
|
validations:
|
||||||
|
required: false
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: AzureRM provider issues and Feature requests
|
- name: AzureRM provider issues and Feature requests
|
||||||
url: https://github.com/hashicorp/terraform-provider-azurerm/issues
|
url: https://github.com/hashicorp/terraform-provider-azurerm/issues
|
||||||
about: Please ask questions and report issues with the AzureRM provider and related resources here.
|
about: Please ask questions and report issues with the AzureRM provider and related resources here.
|
||||||
|
|
58
.github/ISSUE_TEMPLATE/example_bug.yml
vendored
Normal file
58
.github/ISSUE_TEMPLATE/example_bug.yml
vendored
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
name: 'Azure Terraform example Bug Report'
|
||||||
|
description: File a bug/issue for a example (Quickstart, samples, etc.)
|
||||||
|
title: "<title>"
|
||||||
|
labels: [bug, example]
|
||||||
|
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: input
|
||||||
|
attributes:
|
||||||
|
label: Example Name
|
||||||
|
description: The name of the example where you found the bug.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Terraform Version
|
||||||
|
description: |
|
||||||
|
What version of Terraform were you using when you encountered this issue?
|
||||||
|
|
||||||
|
`terraform --version
|
||||||
|
placeholder: 1.0.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Current Behavior
|
||||||
|
description: A concise description of what you're experiencing.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: A concise description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps To Reproduce
|
||||||
|
description: Steps to reproduce the behavior.
|
||||||
|
placeholder: |
|
||||||
|
1. Run '...'
|
||||||
|
2. See error...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: |
|
||||||
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||||
|
|
||||||
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
|
validations:
|
||||||
|
required: false
|
48
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/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
|
9
.github/ISSUE_TEMPLATE/module_bug.yml
vendored
9
.github/ISSUE_TEMPLATE/module_bug.yml
vendored
@ -49,7 +49,8 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Terraform configuration
|
label: Terraform configuration
|
||||||
description: Please provide the Terraform configuration that is resulting in the bug / ssue.
|
description: Please provide the minimum Terraform configuration that is resulting in the bug / issue.
|
||||||
|
render: terraform
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -57,10 +58,8 @@ body:
|
|||||||
label: Steps To Reproduce
|
label: Steps To Reproduce
|
||||||
description: Steps to reproduce the behavior.
|
description: Steps to reproduce the behavior.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. In this environment...
|
1. Run '...'
|
||||||
2. With this config...
|
2. See error...
|
||||||
3. Run '...'
|
|
||||||
4. See error...
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user