Skip to content

Commit

Permalink
Add a new issue template (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Mar 19, 2022
1 parent bde6281 commit 30253d3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
@@ -0,0 +1,29 @@
name: Feature Request
description: Request a new fetaure or a change to an existing feature
labels: [enhancement, triage]
body:
- type: textarea
id: feature
attributes:
label: What do you want to change?
placeholder: Tell us what you want
value: "Free unicorns!"
validations:
required: true
- type: dropdown
id: engines
attributes:
label: What database engines need to be changed?
multiple: true
options:
- PostgreSQL
- MySQL
- type: dropdown
id: languages
attributes:
label: What programming language backends need to be changed?
multiple: true
options:
- Go
- Python
- Kotlin

0 comments on commit 30253d3

Please sign in to comment.