lobehub/.github/ISSUE_TEMPLATE/2_feature_request.yml
Arvin Xu 42c9a9eba1
👷 chore: update PR / issue template (#979)
* ⬆️ chore: upgrade pr / issue template

* 👷 chore: upgrade issue template
2024-01-08 12:31:26 +08:00

21 lines
698 B
YAML

name: '🌠 Feature Request'
description: 'Suggest an idea'
title: '[Request] '
labels: ['🌠 Feature Request']
body:
- type: textarea
attributes:
label: '🥰 Feature 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
attributes:
label: '🧐 Proposed Solution'
description: Describe the solution you'd like in a clear and concise manner.
validations:
required: true
- type: textarea
attributes:
label: '📝 Additional Information'
description: Add any other context about the problem here.