1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00
srs/.github/ISSUE_TEMPLATE

35 lines
512 B
Text
Raw Normal View History

2019-11-18 09:08:33 +00:00
---
2019-12-19 11:07:33 +00:00
name: File bug
about: File bug to improve SRS
2019-11-18 09:08:33 +00:00
title: ''
labels: ''
assignees: ''
---
2019-12-19 11:07:33 +00:00
**描述(Description)**
2019-11-18 09:08:33 +00:00
2019-12-27 03:16:14 +00:00
> 描述你遇到了什么问题(Please description your issue here)
2019-12-19 11:07:33 +00:00
2019-12-19 11:16:04 +00:00
1. SRS版本(Version): `xxxxxx`
2019-12-19 11:07:33 +00:00
1. SRS的日志如下(Log):
2019-11-18 09:08:33 +00:00
```
2019-12-19 11:11:30 +00:00
xxxxxxxxxxxx
2019-11-18 09:08:33 +00:00
```
2020-02-14 03:17:19 +00:00
1. SRS的配置如下(Config):
```
xxxxxxxxxxxx
```
2019-11-18 09:08:33 +00:00
2019-12-19 11:07:33 +00:00
**重现(Replay)**
2019-12-27 03:16:14 +00:00
> 重现Bug的步骤(How to replay bug?)
2019-11-30 05:58:10 +00:00
2019-12-27 03:16:14 +00:00
1. `xxxxxx`
1. `xxxxxx`
1. `xxxxxx`
2019-11-18 09:08:33 +00:00
2019-12-19 11:07:33 +00:00
**期望行为(Expect)**
2019-12-27 03:16:14 +00:00
> 描述你期望发生的事情(Please describe your expectation)