Merge pull request #151 from VillagerTom/mod-issue-templates

Update issue templates
This commit is contained in:
VillagerTom
2024-08-01 13:08:03 +08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
---
name: Bug 反馈
about: 描述你所遇到的bug
title: ''
labels: 问题反馈
assignees: orz12
title: "[Bug] "
labels: bug
assignees: ''
---

View File

@@ -1,9 +1,9 @@
---
name: 功能请求
about: 对于功能的一些建议
title: ''
labels: 功能
assignees: orz12
title: "[FR] "
labels: enhancement
assignees: ''
---