Skip to content

Commit 9080b41

Browse files
committed
feat: Added a template for feature requests.
1 parent 3b0c194 commit 9080b41

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/feature.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature Request
3+
description: Request new functionality
4+
title: '[Feature]: '
5+
labels: [feature, triage]
6+
assignees:
7+
- skyzyx
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this feature request!
13+
- type: textarea
14+
id: what-do-you-want
15+
attributes:
16+
label: What functionality would you like to see?
17+
description: This should be functionality that (a) is not built into Terraform, (b) can be implemented via a Terraform
18+
provider, and (c) can be implemented as a function in Go.
19+
placeholder: ''
20+
value: ''
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)