We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0c194 commit 9080b41Copy full SHA for 9080b41
.github/ISSUE_TEMPLATE/feature.yml
@@ -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
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