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

Refine ISSUE template

This commit is contained in:
winlin 2021-12-27 10:19:44 +08:00
parent fd90e49cd6
commit f8122ea861
2 changed files with 0 additions and 20 deletions

40
.github/issue_template.md vendored Normal file
View file

@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
> 注意提问前请先看FAQ(Please read FAQ before file an issue) https://github.com/ossrs/srs/issues/2716
**描述(Description)**
> 描述你遇到了什么问题(Please description your issue here)
1. SRS版本(Version): `xxxxxx`
1. SRS的日志如下(Log):
```
xxxxxxxxxxxx
```
1. SRS的配置如下(Config):
```
xxxxxxxxxxxx
```
**重现(Replay)**
> 重现Bug的步骤(How to replay bug?)
1. `xxxxxx`
1. `xxxxxx`
1. `xxxxxx`
**期望行为(Expect)**
> 描述你期望发生的事情(Please describe your expectation)