chore: Simplify issue templates

This commit is contained in:
oSumAtrIX
2023-09-22 00:21:49 +02:00
parent b7e6d6e658
commit f736db4f5d
3 changed files with 52 additions and 83 deletions

View File

@ -0,0 +1,36 @@
name: ⭐ Feature request
description: Create a detailed request for a new feature.
title: 'feat: '
labels: [feature-request]
body:
- type: textarea
attributes:
label: Feature description
description: |
- Describe your feature in detail
- Add images, videos, links, examples, references, etc. if possible
- Add the target application name in case you request a new patch
- type: textarea
attributes:
label: Motivation
description: |
A strong motivation is necessary for a feature request to be considered.
- Why should this feature be implemented?
- What is the explicit use case?
- What are the benefits?
- What makes this feature important?
validations:
required: true
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you don't follow the checklist below.
options:
- label: This request is not a duplicate of an existing issue.
required: true
- label: I have chosen an appropriate title.
required: true
- label: All requested information has been provided properly.
required: true