jan/.github/ISSUE_TEMPLATE/feature_request.yml
2024-09-09 13:30:44 +08:00

20 lines
567 B
YAML

name: "\U0001F680 Feature Request"
description: "Suggest an idea for this project \U0001F63B!"
title: 'feat: [DESCRIPTION]'
labels: 'type: feature request'
body:
- type: textarea
validations:
required: true
attributes:
label: "Problem Statement"
description: "Describe the problem you're facing"
placeholder: |
I'm always frustrated when ...
- type: textarea
validations:
required: true
attributes:
label: "Feature Description"
description: "Describe what you want instead. Examples are welcome!"