Update issue templates

This commit is contained in:
eoao
2025-08-19 16:01:41 +08:00
parent ea8ad14049
commit d3325f0fe3
3 changed files with 30 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: bug
assignees: ''
---

View File

@@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature request] "
labels: enhancement
assignees: ''
---

10
.github/ISSUE_TEMPLATE/need-help.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Need Help
about: Create a issue to find help
title: "[Help] "
labels: help wanted
assignees: ''
---