添加bug反馈模板

This commit is contained in:
monlor
2020-03-05 10:33:59 +08:00
parent 3b08964b3c
commit 3fe1aa7ab0
2 changed files with 41 additions and 0 deletions

39
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug Report]"
labels: ''
assignees: ''
---
**Bug 详情**
<!--
清晰并准确地描述 Bug详细描述 MIXBOX 的行为和你预期的行为
-->
**你的操作**
<!--
详细地描述你执行了什么操作,如先输入了什么、遇到了什么
可以直接复制终端信息,注意保护敏感信息
-->
**屏幕截图**
**日志信息**
<!--
请执行命令`cat /etc/mixbox/var/log/appname.log`[appname替换为插件名]检查日志,并粘贴在下面的 ``` 之间。
部分插件日志可能不在该路径,请手动查看目录`/etc/mixbox/var/log`
-->
```
```

View File

@@ -19,6 +19,7 @@ on:
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'tools' - 'tools'
- '.github'
branchs: branchs:
- 'test' - 'test'
- 'master' - 'master'
@@ -26,6 +27,7 @@ on:
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'tools' - 'tools'
- '.github'
branchs: branchs:
- 'test' - 'test'
- 'master' - 'master'