a11d76264a
- Add MIT LICENSE - Add CONTRIBUTING.md with setup, conventions, PR workflow - Add GitHub issue/PR templates - Add repository/homepage/bugs/license to all package.json files - Add Install section to README before Quick Start Fixes #510 小橘 🍊(NEKO Team)
18 lines
318 B
Markdown
18 lines
318 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest a new feature or improvement
|
|
labels: enhancement
|
|
---
|
|
|
|
## What
|
|
|
|
Describe the feature or improvement.
|
|
|
|
## Why
|
|
|
|
Why is this needed? What problem does it solve?
|
|
|
|
## Proposed solution
|
|
|
|
How should it work? Include API sketches, CLI examples, or workflow YAML snippets if applicable.
|