Skip to content

Commit 87496ae

Browse files
committed
chore: (IAC-1341) Disable Blank GitHub Issues & Add Feature Request Template
1 parent 4518516 commit 87496ae

File tree

4 files changed

+62
-90
lines changed

4 files changed

+62
-90
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/issue--bug-report.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue--bug-report.yaml renamed to .github/ISSUE_TEMPLATE/issue--bug-report.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug report
1+
name: Bug Report
22
description: |
33
Welcome, Thanks for opening an issue. The more information you provide, the easier it is for us to assess the problem, prioritize, assign, develop, then release a fix. The SAS Viya 4 IaC team.
44
labels: [bug, new]
@@ -14,7 +14,7 @@ body:
1414
1515
If you are not running the latest version of Terraform we support, please try upgrading because your issue may have already been fixed.
1616
17-
If you're not sure which versions are supported, here's a link : https://github.com/sassoftware/viya4-iac-aws#terraform to help.
17+
If you're not sure which versions are supported, here's a link : https://github.com/sassoftware/viya4-iac-azure?tab=readme-ov-file#terraform-requirements to help.
1818
validations:
1919
required: false
2020
- type: textarea
@@ -23,10 +23,22 @@ body:
2323
label: Terraform Variable File Details
2424
description: |
2525
Paste the relevant parts of your Terraform variables here.
26-
26+
2727
The relevant parts should come from your `terraform.tfvars` file or equivalent and small snippets of the `*.tf` file/files that seem to be causing the error.
28-
29-
security reasons, do not copy and paste any sensitive information in this issue, like account information and passwords etc.
28+
29+
For security reasons, do not copy and paste any sensitive information in this issue, like account information and passwords etc.
30+
validations:
31+
required: false
32+
- type: textarea
33+
id: iac_vars
34+
attributes:
35+
label: Ansible Variable File Details
36+
description: |
37+
Paste the relevant parts of your ansible-vars.yaml variables file or variable flag values here.
38+
39+
The relevant parts should come from your `ansible-vars.yaml` file or equivalent that seem to be causing the error.
40+
41+
For security reasons, do not copy and paste any sensitive information in this issue, like account information and passwords etc.
3042
validations:
3143
required: false
3244
- type: textarea
@@ -75,4 +87,3 @@ body:
7587
options:
7688
- label: I agree to follow this project's Code of Conduct
7789
required: true
78-
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Feature Request
2+
description: |
3+
Welcome, Thanks for opening a feature request. The more information you provide, the easier it is for us to assess your request, prioritize, assign, develop, and release. The SAS Viya 4 IaC team.
4+
labels: [enhancement, new]
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: Is your feature request related to a problem? Please describe.
10+
description: |
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: solution
16+
attributes:
17+
label: Describe the solution you'd like
18+
description: |
19+
A clear and concise description of what you want to happen.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: alternatives
24+
attributes:
25+
label: Describe alternatives you've considered
26+
description: |
27+
A clear and concise description of any alternative solutions or features you've considered.
28+
validations:
29+
required: false
30+
- type: textarea
31+
id: additional
32+
attributes:
33+
label: Additional context
34+
description: Add any other context or screenshots about the feature request here.
35+
validations:
36+
required: false
37+
- type: checkboxes
38+
id: tf_terms
39+
attributes:
40+
label: Code of Conduct
41+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/sassoftware/viya4-iac-azure/blob/main/CODE_OF_CONDUCT.md)
42+
options:
43+
- label: I agree to follow this project's Code of Conduct
44+
required: true

0 commit comments

Comments
 (0)