chore: add GitHub issue templates for bug reports and feature requests (#140)

This commit is contained in:
Dayuan Jiang
2025-12-07 11:00:25 +09:00
committed by GitHub
parent 3264244fe9
commit e25fd367d5
3 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
name: Feature Request
about: Suggest a new feature for this project
title: '[Feature] '
labels: enhancement
assignees: ''
---
> **Note**: This template is just a guide. Feel free to ignore the format entirely - any feedback is welcome! Don't let the template stop you from sharing your ideas.
## Feature Description
A brief description of the feature you'd like.
## Problem Context
Is this related to a problem? Please describe.
e.g. I'm always frustrated when [...]
## Proposed Solution
How you'd like this feature to work.
## Alternatives Considered
Any alternative solutions or features you've considered.
## Additional Context
Any other information or screenshots about the feature request.