From 4822e8c06cde3a1d3716de1fc9f5be930c34963a Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 1 Jan 2021 14:57:37 +0100 Subject: [PATCH] update issue templates --- .github/ISSUE_TEMPLATE/bug-generic.md | 39 ------------------- .../{bug-external.md => bug.md} | 20 ++++++++-- 2 files changed, 16 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-generic.md rename .github/ISSUE_TEMPLATE/{bug-external.md => bug.md} (53%) 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