chore: update ISSUE_TEMPLATE

This commit is contained in:
pipipi-pikachu 2022-05-13 21:32:57 +08:00
parent 2491e53485
commit 86af6f60da
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
name: Bug反馈 name: Bug反馈
about: 'Bug report' about: 'Bug report'
title: "[Bug report]" title: "[Bug report]"
labels: '' labels: 'bug'
assignees: '' assignees: ''
--- ---

View File

@ -1,8 +1,8 @@
--- ---
name: 功能请求 name: 功能请求
about: 'Feature_request' about: 'Feature request'
title: "[Feature_request]" title: "[Feature request]"
labels: '' labels: 'enhancement'
assignees: '' assignees: ''
--- ---