1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/.github/issue_template.md
2022-12-25 09:52:13 +08:00

67 lines
836 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
> Note: Please read FAQ before file an issue, see #2716
> Note: 提问前请先看FAQ, 即 #2716
**Description(描述)**
Please description your issue here(描述你遇到了什么问题)
1. SRS Version(版本): x.x.x
2. SRS Log(日志):
```
xxxxxxxxxxxx
xxxxxxxxxxxx
xxxxxxxxxxxx
```
3. SRS Config(配置):
```
xxxxxxxxxxxx
xxxxxxxxxxxx
xxxxxxxxxxxx
```
**Replay(重现)**
Please describe how to replay the bug? (重现Bug的步骤)
Step 1: xxxxxx
```
xxxxxxxxxxxx
xxxxxxxxxxxx
xxxxxxxxxxxx
```
Step 2: xxxxxx
```
xxxxxxxxxxxx
xxxxxxxxxxxx
xxxxxxxxxxxx
```
Step 3: xxxxxx
```
xxxxxxxxxxxx
xxxxxxxxxxxx
xxxxxxxxxxxx
```
**Expect(期望行为)**
Please describe your expectation(描述你期望发生的事情)