- Add CODE_OF_CONDUCT.md at repository root - Add CONTRIBUTORS.md to recognize contributors - Add GitHub issue templates (bug report, feature request) - Add GitHub pull request template - Add Docker quickstart to README (fastest path to try) - Update Contributing section with links to guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
656 B
Markdown
31 lines
656 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest an idea for this project
|
|
title: '[FEATURE] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Use Case
|
|
|
|
Why is this feature needed? What problem does it solve?
|
|
|
|
## Description
|
|
|
|
A clear and concise description of what you want to happen.
|
|
|
|
## Proposed Solution
|
|
|
|
How do you think this should be implemented?
|
|
|
|
## Alternatives Considered
|
|
|
|
Have you considered any alternative solutions or features?
|
|
|
|
## Examples
|
|
|
|
How would this feature work? Include examples, mockups, or references to similar features in other projects.
|
|
|
|
## Additional Context
|
|
|
|
Add any other context, screenshots, or references about the feature request here.
|