]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
templates: add bug_report.yml
authorChristian Hewitt <christianshewitt@gmail.com>
Sun, 10 Dec 2023 08:52:52 +0000 (08:52 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Tue, 23 Jan 2024 13:02:20 +0000 (14:02 +0100)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
.github/ISSUE_TEMPLATE/bug_report.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644 (file)
index 0000000..d8024c8
--- /dev/null
@@ -0,0 +1,124 @@
+name: "Bug Report"
+description: "File a new bug report"
+title: "[BUG]: "
+labels: ["NEW"]
+body:
+  - type: dropdown
+    id: version
+    attributes:
+      label: Tvheadend Version
+      description: "What Tvheadend version are you using?"
+      options:
+        - v4.2 (unsupported)
+        - v4.3 (development)
+        - v4.4 (stable)
+    validations:
+      required: true
+  - type: input
+    id: build
+    attributes:
+      label: Build Number
+      description: "As shown on the 'about' page"
+      placeholder: 4.x.yyyy~githash
+    validations:
+      required: true
+  - type: dropdown
+    id: platform
+    attributes:
+      label: Platform
+      description: "What platform or distro do you run Tvheadend on?"
+      options:
+        - Android (all)
+        - Apple (all)
+        - Debian 8 (Jessie)
+        - Debian 9 (Stretch)
+        - Debian 10 (Buster)
+        - Debian 11 (Bullseye)
+        - Debian 12 (Bookworm)
+        - Fedora 37
+        - Fedora 38
+        - Fedora 39
+        - Fedora Rawhide
+        - FreeBSD (all)
+        - Raspberry Pi OS (Buster)
+        - Raspberry Pi OS (Bullseye)
+        - Raspberry Pi OS (Bookworm)
+        - Synology 6.x
+        - Synology 7.x
+        - Ubuntu 14.04 (Trusty)
+        - Ubuntu 16.04 (Xenial)
+        - Ubuntu 18.04 (Bionic)
+        - Ubuntu 20.04 (Focal)
+        - Ubuntu 22.04 (Jammy)
+        - Other..
+      multiple: false
+    validations:
+      required: true
+  - type: dropdown
+    id: architecture
+    attributes:
+      label: Architecture
+      description: "What CPU architecture does your device have?"
+      options:
+        - ARMv6 (arm)
+        - ARMv7 (arm)
+        - ARMv8 (arm)
+        - ARMv8 (aarch64)
+        - Intel i386
+        - Intel i686
+        - Intel x86_64
+        - Other..
+      multiple: false
+    validations:
+      required: true
+  - type: dropdown
+    id: category
+    attributes:
+      label: Category
+      description: "What is the main category for your issue?"
+      options:
+        - API
+        - Configuration
+        - Crashes
+        - Demultiplexing
+        - Descrambling
+        - DVB
+        - EPG
+        - General
+        - HDHomeRun
+        - HTSP
+        - IPTV
+        - Muxes
+        - Not-a-bug
+        - Packaging
+        - Parsers
+        - PVR/DVR
+        - SAT>IP
+        - Service Mapping
+        - Streaming
+        - Timeshifting
+        - Transcoding
+        - WebGUI
+        - Other..
+      multiple: false
+    validations:
+      required: true
+  - type: textarea
+    id: description
+    attributes:
+      label: Description
+      description: "Provide a detailed description of the issue."
+    validations:
+      required: true
+  - type: textarea
+    id: reproduce
+    attributes:
+      label: Reproduction
+      description: "Provide steps to reproduce the issue."
+      placeholder: |
+
+        1. With this config...
+        2. Run '...'
+        3. See error...
+    validations:
+      required: false