Skip to content

Commit f93b866

Browse files
authored
chore: (IAC-1339) Disable Blank GitHub Issues & Add Feature Request Template (#207)
1 parent b01f91a commit f93b866

File tree

4 files changed

+46
-85
lines changed

4 files changed

+46
-85
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-gcp#terraform to help.
1818
validations:
1919
required: false
2020
- type: textarea
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-gcp/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)