mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: Fix bugs
This commit is contained in:
parent
10d188faab
commit
716e578a19
382 changed files with 170096 additions and 220 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
name: File bug
|
||||
about: File bug to improve SRS
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: 'winlinvip'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
@ -16,17 +16,15 @@ assignees: 'winlinvip'
|
|||
1. SRS版本(Version): `xxxxxx`
|
||||
|
||||
1. SRS的日志如下(Log):
|
||||
|
||||
```
|
||||
|
||||
xxxxxxxxxxxx
|
||||
|
||||
```
|
||||
|
||||
1. SRS的配置如下(Config):
|
||||
|
||||
```
|
||||
|
||||
xxxxxxxxxxxx
|
||||
|
||||
```
|
||||
|
||||
**重现(Replay)**
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Add table
Add a link
Reference in a new issue