We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde6281 commit 30253d3Copy full SHA for 30253d3
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
@@ -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
16
+ label: What database engines need to be changed?
17
+ multiple: true
18
+ options:
19
+ - PostgreSQL
20
+ - MySQL
21
22
+ id: languages
23
24
+ label: What programming language backends need to be changed?
25
26
27
+ - Go
28
+ - Python
29
+ - Kotlin
0 commit comments