diff --git a/.github/ISSUE_TEMPLATE/--bug.md b/.github/ISSUE_TEMPLATE/--bug.md new file mode 100644 index 0000000..47b6f6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug.md @@ -0,0 +1,31 @@ +--- +name: 报告Bug +about: 创建一个问题报告帮助我们做得更好 +title: '' +labels: bug +assignees: '' + +--- + +**问题描述** +请对问题做一个简单描述。 + +**问题复现** +复现问题需要进行的操作: +1. 打开 '...' +2. 点击 '....' +3. 看到问题 + +**期望的效果** +经过上述操作你希望得到的结果. + +**截屏** +添加截图图片有助于解释您的问题. + +**版本信息 (这是必要的):** + - OS: [e.g. iOS] + - Package [e.g. xxx_wine.tar.gz] + - Version [e.g. 0.1] + +**额外的信息** +一些关于此问题的额外信息. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..88a9628 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Version Information (please complete the following information):** + - OS: [e.g. iOS] + - Package [e.g. xxx_wine.tar.gz] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.