Files
2026-07-13 12:58:18 +08:00

56 lines
1.7 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 🚀 Feature Request
description: Have an idea for enhancements or features? Let us know!
title: "🚀 Feature Request: "
labels: ["feature request"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature!
> **Before you file:** Search existing issues to avoid duplicates.
- type: checkboxes
id: preflight
attributes:
label: Pre-flight Checklist
options:
- label: I have searched existing issues, and this hasn't been requested yet.
required: true
- type: textarea
id: problem
attributes:
label: Problem or Motivation
description: What problem does this feature solve? Why is it needed?
placeholder: "I'm always frustrated when..."
validations:
required: true
- type: textarea
id: description
attributes:
label: 🎤 Tell us your idea
description: |
We want to make it as easy as possible for you to suggest enhancements or features. Please use the textareas below to describe your idea. Some high-level guidelines:
- What is your idea?
- Do you have any use case(s) in mind?
- Who would find this useful?
placeholder: |
Type your idea here...
validations:
required: true
- type: checkboxes
id: contribution
attributes:
label: Would you like to work on this?
description: We welcome contributions! Let us know if youd like to help implement this feature.
options:
- label: Yes, Id love to work on it!
- label: Im open to collaborating but need guidance.
- label: No, Im just sharing the idea.
validations:
required: false