* Delete .github/ISSUE_TEMPLATE/documentation-request.md * Delete .github/ISSUE_TEMPLATE/epic-request.md * Update feature_request.yml * Update feature_request.yml
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
name: "\U0001F680 Feature Request"
|
|
description: "Suggest an idea for this project \U0001F63B!"
|
|
title: 'feat: [DESCRIPTION]'
|
|
labels: 'type: feature request'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "Thanks for taking the time to fill out this form!"
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "#"
|
|
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting"
|
|
options:
|
|
- label: "I have searched the existing issues"
|
|
required: false
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Background"
|
|
description: "Briefly describe the context or problem that led to this feature request"
|
|
placeholder: |
|
|
I'm always frustrated when ...
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Feature request"
|
|
description: "Clearly describe the feature or improvement you're proposing"
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Proposed Implementation"
|
|
description: "If you have ideas on how this could be implemented, describe them here"
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Additional Notes"
|
|
description: "Any other relevant information, considerations, or screenshots"
|