chore: add feature request form

This commit is contained in:
Vilsol 2022-06-18 19:33:04 +03:00
parent 1faec05c0b
commit 6bda0a3cf9
2 changed files with 24 additions and 1 deletions

View file

@ -1,6 +1,5 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown

View file

@ -0,0 +1,24 @@
name: Feature Request
description: File a feature request
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
- type: textarea
id: additional-context
attributes:
label: Additional context