Update issue templates

This commit is contained in:
Timothy Yin 2024-11-27 12:47:51 +08:00 committed by GitHub
parent 17212d7982
commit 049739db91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 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: 'Feat: '
labels: enhancement
assignees: ''
---