diff --git a/.github/ISSUE_TEMPLATE/bug-generic.md b/.github/ISSUE_TEMPLATE/bug-generic.md deleted file mode 100644 index d9c7171d..00000000 --- a/.github/ISSUE_TEMPLATE/bug-generic.md +++ /dev/null @@ -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? - - - -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 ... diff --git a/.github/ISSUE_TEMPLATE/bug-external.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 53% rename from .github/ISSUE_TEMPLATE/bug-external.md rename to .github/ISSUE_TEMPLATE/bug.md index 3018aacb..72be3ceb 100644 --- a/.github/ISSUE_TEMPLATE/bug-external.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,12 +1,16 @@ --- -name: 'Bug: communication with an external camera or another software' -about: Bug that arises when using the software with an external camera or another software +name: 'Bug' +about: Bug title: '' labels: '' assignees: '' --- + + ## Which version are you using? v0.0.0 @@ -28,14 +32,20 @@ Architecture - [ ] arm7 - [ ] arm6 -## Describe the problem +## Describe the issue Description +## Describe how to replicate the issue + +1. start the server +2. publish with ... +3. read with ... + ## Did you attach a network dump? + + yes / no