mirror of https://github.com/ossrs/srs.git
Update the ISSUE TEMPALTE.
parent
a52080171d
commit
42bd4a9fb8
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
Desribe your SRS Server version here.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What is the business background? Please provide a description.**
|
||||||
|
Who are the users? How do they utilize this feature? What problem does this feature address?
|
||||||
|
|
||||||
|
**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.
|
@ -1,65 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
> Note: Please read FAQ before file an issue, see #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?
|
|
||||||
|
|
||||||
Step 1: xxxxxx
|
|
||||||
|
|
||||||
```
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
```
|
|
||||||
|
|
||||||
Step 2: xxxxxx
|
|
||||||
|
|
||||||
```
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
```
|
|
||||||
|
|
||||||
Step 3: xxxxxx
|
|
||||||
|
|
||||||
```
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
xxxxxxxxxxxx
|
|
||||||
```
|
|
||||||
|
|
||||||
## Expect
|
|
||||||
|
|
||||||
Please describe your expectation.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
Please describe the summary for this PR.
|
|
||||||
|
|
||||||
1. Add more details about this PR.
|
|
||||||
1. Add more details about this PR.
|
|
||||||
1. Add more details about this PR.
|
|
Loading…
Reference in New Issue