Skip to content

Commit f68b097

Browse files
authored
Update issue templates (#221)
* Update issue templates * Remove terraform sprecific and change to yml to use form * Delete .github/ISSUE_TEMPLATE/feature_request.md Remove the .md file
1 parent 4073cd1 commit f68b097

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "Feature request"
2+
description: Suggest an idea for this project
3+
title: "[Feature] - <title>"
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
id: summary
8+
attributes:
9+
label: "Describe the solution you'd like"
10+
description: Provide a brief explanation of the feature
11+
placeholder: Describe in a few lines your feature request
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: additional
16+
attributes:
17+
label: "Additional context"
18+
description: Provide a brief explanation of the feature
19+
placeholder: Describe in a few lines your feature request
20+
validations:
21+
required: false

0 commit comments

Comments
 (0)