diff --git "a/.github/ISSUE_TEMPLATE/bug-report----\351\227\256\351\242\230\345\217\215\351\246\210.md" "b/.github/ISSUE_TEMPLATE/bug-report----\351\227\256\351\242\230\345\217\215\351\246\210.md" index 54714e4..c508b71 100644 --- "a/.github/ISSUE_TEMPLATE/bug-report----\351\227\256\351\242\230\345\217\215\351\246\210.md" +++ "b/.github/ISSUE_TEMPLATE/bug-report----\351\227\256\351\242\230\345\217\215\351\246\210.md" @@ -2,16 +2,18 @@ name: Bug report -- 问题反馈 about: Create a report to help us improve title: "[BUG] Briefly describe the problem you are facing in one sentence." -labels: '' +labels: bug assignees: '' --- + + diff --git "a/.github/ISSUE_TEMPLATE/other----\345\205\266\344\273\226.md" "b/.github/ISSUE_TEMPLATE/other----\345\205\266\344\273\226.md" new file mode 100644 index 0000000..39304b6 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/other----\345\205\266\344\273\226.md" @@ -0,0 +1,11 @@ +--- +name: Other -- 其他 +about: Other issues please use this. +title: "[Feature]" +labels: enhancement +assignees: '' + +--- + + +