Better issue templates

This commit is contained in:
Matt Kilgore
2024-09-16 08:36:41 -04:00
committed by GitHub
parent 6a0ebb76ea
commit 4b24653b86
2 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
name: "Bug Report"
description: "Submit a bug report for the current release"
labels: ["bug"]
labels: ["🕷️ bug"]
projects: ["sysadminsmedia/2"]
body:
- type: checkboxes
@@ -20,6 +20,8 @@ body:
required: true
- label: I already read the docs and didn't find an answer.
required: true
- label: I can replicate the issue inside the Demo install.
required: true
- type: input
id: homebox-version
attributes:
@@ -55,6 +57,18 @@ body:
- Other
validations:
required: true
- type: dropdown
id: arch
attributes:
label: OS Architechture
description: What type of processor are you running on.
multiple: true
options:
- x86_64 (AMD, Intel)
- ARM64
- ARM/v7
validations:
required: true
- type: textarea
id: os-details
attributes:

View File

@@ -1,7 +1,7 @@
---
name: "Feature Request"
description: "Submit a feature request for the current release"
labels: ["enhancement"]
labels: ["⬆️ enhancement"]
projects: ["sysadminsmedia/2"]
body:
- type: textarea