1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update issue templates

This commit is contained in:
winlin 2019-11-18 17:08:33 +08:00 committed by GitHub
parent ea96e414ca
commit 0529821580

33
.github/ISSUE_TEMPLATE/-bug.md vendored Normal file
View file

@ -0,0 +1,33 @@
---
name: 提Bug
about: 描述一个Bug帮助改进系统
title: ''
labels: ''
assignees: ''
---
**描述**
描述你遇到了什么问题。
**环境**
1. 操作系统:'...'
1. 编码器:'...'
1. SRS版本: '...'
1. SRS的日志如下:
```
......
```
**重现**
重现Bug的步骤如下
1. 运行 '...'
1. 运行 '....'
1. 操作 '....'
1. 重现了Bug关键信息如下
```
...
```
**期望行为**
描述你期望发生的事情。