diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md deleted file mode 100644 index 6f0fd09..0000000 --- a/.github/ISSUE_TEMPLATE/blank.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Blank Template -about: Blank Template -title: '' -labels: 'Blank Template' -assignees: '' - ---- diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..c397e63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,17 @@ +--- +name: 🐞 Bug +about: Bug +title: 'Bug' +labels: 'Bug' +assignees: '' + +--- + +请提供下述完整信息以便快速定位问题 +(Please provide the following information to quickly locate the problem) +- **系统环境/System Environment**: +- **使用的是哪门语言的程序/Which programing language**: +- **所使用语言相关版本信息/Version**: +- **可复现问题的demo和文件/Demo of reproducible problems**: +- **完整报错/Complete Error Message**: +- **可能的解决方案/Possible solutions**: \ No newline at end of file