mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-24 20:11:56 -08:00
update issue templates
This commit is contained in:
parent
cd958588ac
commit
41c1deda63
4 changed files with 49 additions and 25 deletions
43
.github/ISSUE_TEMPLATE/bug-external.md
vendored
43
.github/ISSUE_TEMPLATE/bug-external.md
vendored
|
|
@ -1,12 +1,39 @@
|
|||
---
|
||||
name: 'Bug: communication with an external camera or another software'
|
||||
about: Bug that arised when using the software with an external camera or another software
|
||||
about: Bug that arises when using the software with an external camera or another software
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Which operating system are you using?
|
||||
|
||||
<!-- fill checkboxes with a x. Example: [x] Linux -->
|
||||
|
||||
OS
|
||||
|
||||
- [ ] Linux
|
||||
- [ ] Windows
|
||||
- [ ] macOS
|
||||
|
||||
Architecture
|
||||
|
||||
- [ ] amd64
|
||||
- [ ] arm64
|
||||
- [ ] arm7
|
||||
- [ ] arm6
|
||||
|
||||
## Describe the problem
|
||||
|
||||
Description
|
||||
|
||||
## Did you attach a network dump?
|
||||
|
||||
<!--
|
||||
The most helpful content you can provide to fix a communication issue between rtsp-simple-server and an external hardware or software, is a dump of the data exchanged between the server and the target (network dump), that can be generated in this way:
|
||||
1) Download wireshark (https://www.wireshark.org/)
|
||||
|
|
@ -16,18 +43,4 @@ The most helpful content you can provide to fix a communication issue between rt
|
|||
5) Attach
|
||||
-->
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Which operating system are you using?
|
||||
|
||||
Windows / Mac / Linux
|
||||
|
||||
## Describe the problem
|
||||
|
||||
Description
|
||||
|
||||
## Did you attach a network dump?
|
||||
|
||||
yes / no
|
||||
|
|
|
|||
23
.github/ISSUE_TEMPLATE/bug-generic.md
vendored
23
.github/ISSUE_TEMPLATE/bug-generic.md
vendored
|
|
@ -13,8 +13,27 @@ v0.0.0
|
|||
|
||||
## Which operating system are you using?
|
||||
|
||||
Windows / Mac / Linux
|
||||
<!-- fill checkboxes with a x. Example: [x] Linux -->
|
||||
|
||||
## Describe the problem
|
||||
OS
|
||||
|
||||
- [ ] Linux
|
||||
- [ ] Windows
|
||||
- [ ] macOS
|
||||
|
||||
Architecture
|
||||
|
||||
- [ ] amd64
|
||||
- [ ] arm64
|
||||
- [ ] arm7
|
||||
- [ ] arm6
|
||||
|
||||
## Describe the issue
|
||||
|
||||
Description
|
||||
|
||||
## Describe how to replicate the issue
|
||||
|
||||
1. start the server
|
||||
2. publish with ...
|
||||
3. read with ...
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/enhancement.md
vendored
4
.github/ISSUE_TEMPLATE/enhancement.md
vendored
|
|
@ -11,10 +11,6 @@ assignees: ''
|
|||
|
||||
v0.0.0
|
||||
|
||||
## Which operating system are you using?
|
||||
|
||||
Windows / Mac / Linux
|
||||
|
||||
## Enhancement request
|
||||
|
||||
Description
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/question.md
vendored
4
.github/ISSUE_TEMPLATE/question.md
vendored
|
|
@ -11,10 +11,6 @@ assignees: ''
|
|||
|
||||
v0.0.0
|
||||
|
||||
## Which operating system are you using?
|
||||
|
||||
Windows / Mac / Linux
|
||||
|
||||
## Question
|
||||
|
||||
Description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue