mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
完善issue模板,强制要求填写issue标题
This commit is contained in:
parent
514f81304a
commit
8b97076372
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: bug 反馈
|
name: bug 反馈
|
||||||
about: 反馈 ZLMediaKit 代码本身的 bug
|
about: 反馈 ZLMediaKit 代码本身的 bug
|
||||||
title: "[BUG]: BUG 现象描述"
|
title: "[BUG] BUG现象描述(必填)"
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/compile.md
vendored
2
.github/ISSUE_TEMPLATE/compile.md
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: 编译问题反馈
|
name: 编译问题反馈
|
||||||
about: 反馈 ZLMediaKit 编译相关的问题
|
about: 反馈 ZLMediaKit 编译相关的问题
|
||||||
title: "[编译问题]: "
|
title: "[编译问题] 编译问题描述(必填)"
|
||||||
labels: 编译问题
|
labels: 编译问题
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature.md
vendored
2
.github/ISSUE_TEMPLATE/feature.md
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: 新增功能请求
|
name: 新增功能请求
|
||||||
about: 请求新增某些新功能或新特性,或者对已有功能的改进
|
about: 请求新增某些新功能或新特性,或者对已有功能的改进
|
||||||
title: "[功能请求]"
|
title: "[功能请求] 需求描述(必填)"
|
||||||
labels: 意见建议
|
labels: 意见建议
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
4
.github/ISSUE_TEMPLATE/question.md
vendored
4
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: 技术咨询
|
name: 技术咨询
|
||||||
about: 使用咨询、技术咨询等
|
about: 使用咨询、技术咨询等
|
||||||
title: "[技术咨询]"
|
title: "[技术咨询] 咨询描述(必填)"
|
||||||
labels: 技术咨询
|
labels: 技术咨询
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
@ -16,4 +16,4 @@ assignees: ''
|
|||||||
**注意事项**
|
**注意事项**
|
||||||
- 技术咨询前请先认真阅读readme, [wiki](https://github.com/xia-chu/ZLMediaKit/wiki),如有必要,您也可以同时搜索已经答复的issue,如果没找到答案才在此提issue
|
- 技术咨询前请先认真阅读readme, [wiki](https://github.com/xia-chu/ZLMediaKit/wiki),如有必要,您也可以同时搜索已经答复的issue,如果没找到答案才在此提issue
|
||||||
|
|
||||||
- 技术咨询不属于bug缺陷,建议先star本项目,否则可能会降低答复优先级
|
- 技术咨询不属于bug缺陷,要求用户先star(收藏)本项目,否则会直接关闭issue
|
||||||
|
Loading…
Reference in New Issue
Block a user