ci: added new feature request template

This commit is contained in:
Folke Lemaitre 2022-12-23 14:15:27 +01:00
parent 5ef7ce80a3
commit 451de7e19e
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 37 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: 🐞 Bug
name: Bug Report
description: File a bug/issue
title: "bug: "
labels: [bug]

View File

@ -0,0 +1,36 @@
name: Feature Request
description: Suggest a new feature
title: "feature: "
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Did you check docs the docs?
description: Make sure you read all the docs before subimtting a feature request
options:
- label: I have read all the lazy docs
required: true
- type: textarea
validations:
required: true
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
- type: textarea
validations:
required: true
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
validations:
required: false
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.