Browse Source

update issue templates

pull/181/head
aler9 5 years ago
parent
commit
4822e8c06c
  1. 39
      .github/ISSUE_TEMPLATE/bug-generic.md
  2. 20
      .github/ISSUE_TEMPLATE/bug.md

39
.github/ISSUE_TEMPLATE/bug-generic.md

@ -1,39 +0,0 @@
---
name: 'Bug: generic'
about: Generic bug
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 issue
Description
## Describe how to replicate the issue
1. start the server
2. publish with ...
3. read with ...

20
.github/ISSUE_TEMPLATE/bug-external.md → .github/ISSUE_TEMPLATE/bug.md

@ -1,12 +1,16 @@
--- ---
name: 'Bug: communication with an external camera or another software' name: 'Bug'
about: Bug that arises when using the software with an external camera or another software about: Bug
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
--- ---
<!--
To increase the probability of your issue getting fixed, open an issue FOR EACH problem. Please do not report multiple problems in a single issue, otherwise they'll probably never get ALL fixed.
-->
## Which version are you using? ## Which version are you using?
v0.0.0 v0.0.0
@ -28,14 +32,20 @@ Architecture
- [ ] arm7 - [ ] arm7
- [ ] arm6 - [ ] arm6
## Describe the problem ## Describe the issue
Description Description
## Describe how to replicate the issue
1. start the server
2. publish with ...
3. read with ...
## Did you attach a network dump? ## 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: If the bug arises when using rtsp-simple-server with an external hardware or software, the most helpful content you can provide 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/) 1) Download wireshark (https://www.wireshark.org/)
2) Start capturing on the interface used for exchanging RTSP (if the server and the target software are both installed on your pc, the interface is probably "loopback", otherwise it's the one of your network card) 2) Start capturing on the interface used for exchanging RTSP (if the server and the target software are both installed on your pc, the interface is probably "loopback", otherwise it's the one of your network card)
3) Start the server and replicate the issue 3) Start the server and replicate the issue
@ -43,4 +53,6 @@ The most helpful content you can provide to fix a communication issue between rt
5) Attach 5) Attach
--> -->
<!-- OTHERWISE, delete this section -->
yes / no yes / no
Loading…
Cancel
Save