kingfisher/.github/ISSUE_TEMPLATE/feature_request.md
2025-06-24 17:17:16 -07:00

34 lines
832 B
Markdown
Raw 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.

---
#### `.github/ISSUE_TEMPLATE/feature_request.md`
```md
---
name: "🚀 Feature request"
about: "Suggest an idea or improvement"
title: "[FEAT] <short description>"
labels: [enhancement]
assignees: ''
---
### 🌟 Is your feature request related to a problem?
_A short statement of *why* this feature matters. Example: “Cross-compiling on
macOS requires Homebrews outdated musl gcc; integrating Zig would remove that
dependency.”_
### 📝 Describe the solution youd like
_A clear, concise description of what you want to happen, including interface
changes, flags, or user-visible behavior._
### 🔄 Describe alternatives youve considered
- **Option A:** …
- **Option B:** …
### 📚 Additional context
_Anything else—diagrams, links, prior art, screenshots—that helps explain the
request._