Create feature_request.yml

This commit is contained in:
Cas 2022-04-24 21:39:07 +02:00 committed by GitHub
parent d3bf58241c
commit 9b6349f611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,43 @@
name: Feature Request
description: Suggest an idea for the app.
title: '[Feature Request]: '
labels:
- enhancement
body:
- type: checkboxes
id: '1'
attributes:
label: Preflight checklist
description: Make sure you completed this before creating an issue.
options:
- label: >-
I have searched the [issue
tracker](https://github.com/ThaUnknown/miru/issues) for a bug report
that matches the one I want to file, without success.
required: true
- label: >-
I have searched the [features
list](https://github.com/ThaUnknown/miru#features) for this feature,
and I couldn't find it.
required: true
- label: >-
I have checked that I'm using the [latest
stable](https://github.com/ThaUnknown/miru/releases/latest) version
of the app.
required: true
- type: textarea
id: '4'
attributes:
label: Problem Description
description: >-
Please add a clear and concise description of the problem you are
seeking to solve with this feature request.
validations:
required: true
- type: textarea
id: '5'
attributes:
label: Proposed Solution
description: Describe the solution you'd like in a clear and concise manner.
validations:
required: true