27 lines
751 B
YAML
27 lines
751 B
YAML
|
name: 🙂 Feature Request
|
||
|
about: Request a new feature or feature improvement
|
||
|
title: "[Feature]: <title>"
|
||
|
labels: ["Kind/Feature", "Kind/Enhancement"]
|
||
|
assignees:
|
||
|
- dominik
|
||
|
body:
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Proposed Behavior
|
||
|
description: A concise description of what you want to happen.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Possible benefits
|
||
|
description: A concise description of why this is an benefit for users.
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Anything else?
|
||
|
description: |
|
||
|
Everything else that could provide more context about the issue, e.g. screenshots.
|
||
|
validations:
|
||
|
required: false
|