Skip to content

Commit 30253d3

Browse files
authored
Add a new issue template (#1497)
1 parent bde6281 commit 30253d3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Feature Request
2+
description: Request a new fetaure or a change to an existing feature
3+
labels: [enhancement, triage]
4+
body:
5+
- type: textarea
6+
id: feature
7+
attributes:
8+
label: What do you want to change?
9+
placeholder: Tell us what you want
10+
value: "Free unicorns!"
11+
validations:
12+
required: true
13+
- type: dropdown
14+
id: engines
15+
attributes:
16+
label: What database engines need to be changed?
17+
multiple: true
18+
options:
19+
- PostgreSQL
20+
- MySQL
21+
- type: dropdown
22+
id: languages
23+
attributes:
24+
label: What programming language backends need to be changed?
25+
multiple: true
26+
options:
27+
- Go
28+
- Python
29+
- Kotlin

0 commit comments

Comments
 (0)