mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Modify issue template
This commit is contained in:
parent
bd0984e944
commit
78670d2f6d
1 changed files with 27 additions and 19 deletions
46
.github/ISSUE_TEMPLATE
vendored
46
.github/ISSUE_TEMPLATE
vendored
|
@ -1,37 +1,45 @@
|
||||||
---
|
---
|
||||||
name: 提Bug
|
name: File bug
|
||||||
about: 描述一个Bug帮助改进系统
|
about: File bug to improve SRS
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**描述**
|
**描述(Description)**
|
||||||
描述你遇到了什么问题。
|
|
||||||
|
|
||||||
**环境**
|
描述你遇到了什么问题。<br/>
|
||||||
1. 操作系统:```...```
|
(Please description your issue here.)
|
||||||
1. 编码器(工具和版本):```...```
|
|
||||||
1. 播放器(工具和版本):```...```
|
**环境(Environment)**
|
||||||
1. SRS版本: ```...```
|
|
||||||
1. SRS的日志如下:
|
1. 操作系统(OS):`...`
|
||||||
|
1. 编码器(工具和版本)(Encoder):`...`
|
||||||
|
1. 播放器(工具和版本)(Player):`...`
|
||||||
|
1. SRS版本(Version): `...`
|
||||||
|
1. SRS的日志如下(Log):
|
||||||
|
|
||||||
```
|
```
|
||||||
......
|
......
|
||||||
```
|
```
|
||||||
|
|
||||||
**重现**
|
**重现(Replay)**
|
||||||
重现Bug的步骤如下:
|
|
||||||
1. 启动SRS,运行 ```...```
|
重现Bug的步骤如下:<br/>
|
||||||
1. 推流,运行 ```...```
|
(How to replay bug?)
|
||||||
1. 播放,运行 ```...```
|
|
||||||
1. 操作 ```...```
|
1. 启动SRS,运行(Start SRS by) `...`
|
||||||
1. 重现了Bug,关键信息如下:
|
1. 推流,运行(Publish by) `...`
|
||||||
|
1. 播放,运行(Play by) `...`
|
||||||
|
1. 操作(Other steps) `...`
|
||||||
|
1. 重现了Bug,关键信息如下(Bug replayed, logs):
|
||||||
|
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
**期望行为**
|
**期望行为(Expect)**
|
||||||
描述你期望发生的事情。
|
|
||||||
|
描述你期望发生的事情。<br/>
|
||||||
|
(Please describe your expectation.)
|
||||||
|
|
Loading…
Reference in a new issue