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

832 B
Raw Permalink Blame History


.github/ISSUE_TEMPLATE/feature_request.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._