Skip to content

Commit d142476

Browse files
author
Mark Gray
committed
Beginning of Issue Forms
1 parent 2d9a6c5 commit d142476

2 files changed

Lines changed: 75 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: AzureRM provider issues and Feature requests
4+
url: https://github.com/hashicorp/terraform-provider-azurerm/issues
5+
about: Please ask questions and report issues with the AzureRM provider and related resources here.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: 'Verified Module Bug 🐞 Report'
2+
description: File a bug/issue for a verified module
3+
title: "<title>"
4+
labels: [bug, module]
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for the bug you encountered.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: input
14+
attributes:
15+
label: Module Name
16+
description: The name of the module where you found the bug.
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Environment
22+
description: |
23+
examples:
24+
- **Terraform Version**: 1.1.8
25+
- **Module Version**: 1.0.0
26+
- **Operating System**: MacOS 12.3.1
27+
value: |
28+
- Terraform Version:
29+
- Module Version:
30+
- Operating System:
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Current Behavior
36+
description: A concise description of what you're experiencing.
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: Expected Behavior
42+
description: A concise description of what you expected to happen.
43+
validations:
44+
required: true
45+
- type: textarea
46+
attributes:
47+
label: Terraform configuration
48+
description: Please provide the Terraform configuration that is resulting in the bug / ssue.
49+
validations:
50+
required: true
51+
- type: textarea
52+
attributes:
53+
label: Steps To Reproduce
54+
description: Steps to reproduce the behavior.
55+
placeholder: |
56+
1. In this environment...
57+
2. With this config...
58+
3. Run '...'
59+
4. See error...
60+
validations:
61+
required: false
62+
- type: textarea
63+
attributes:
64+
label: Anything else?
65+
description: |
66+
Links? References? Anything that will give us more context about the issue you are encountering!
67+
68+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
69+
validations:
70+
required: false

0 commit comments

Comments
 (0)