forked from mirrors/kingfisher
34 lines
832 B
Markdown
34 lines
832 B
Markdown
|
||
---
|
||
|
||
#### `.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 Homebrew’s outdated musl gcc; integrating Zig would remove that
|
||
dependency.”_
|
||
|
||
### 📝 Describe the solution you’d like
|
||
|
||
_A clear, concise description of what you want to happen, including interface
|
||
changes, flags, or user-visible behavior._
|
||
|
||
### 🔄 Describe alternatives you’ve considered
|
||
|
||
- **Option A:** …
|
||
- **Option B:** …
|
||
|
||
### 📚 Additional context
|
||
|
||
_Anything else—diagrams, links, prior art, screenshots—that helps explain the
|
||
request._
|