Skip to content

Commit b94586a

Browse files
committed
Add feature request form
1 parent f544fd5 commit b94586a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Enhancement
2+
description: "Create a feature request"
3+
title: "[Enhancement]: "
4+
labels: ["enhancement", "triage"]
5+
assignees:
6+
- Chris-RH
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this feature request!
12+
- type: textarea
13+
id: request
14+
attributes:
15+
label: Description
16+
description: Please describe your feature request here.
17+
placeholder:
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)