From 376850694909490d7e4316dc4bd2ac2a7dfbd616 Mon Sep 17 00:00:00 2001 From: Easy Date: Thu, 17 Feb 2022 11:09:34 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1257b6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: '' +assignees: '' + +--- + +**描述你遇到的Bug** +请用精确的语言描述你的遇到的问题,不要用「不能用」,「报错」等模糊字眼,要提供具体的信息,如报错信息是什么,最好能提供截图 + +**重现** + +重现步骤: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**期望的结果** + +**截图** + +**环境和版本** + - 系统: [如 Mac、iOS、Android、ESP] + - 版本: [如自架版1.2,官方版1.2] + - 模块:[如客户端、服务器端、Docker-compose、Docker独立镜像] + - 版本号 [如 22] + +**手机或电脑的的详细信息** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**其他说明**