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" name: "Bug Report"
description: "Submit a bug report for the current release" description: "Submit a bug report for the current release"
labels: ["bug"] labels: ["🕷️ bug"]
projects: ["sysadminsmedia/2"] projects: ["sysadminsmedia/2"]
body: body:
- type: checkboxes - type: checkboxes
@@ -20,6 +20,8 @@ body:
required: true required: true
- label: I already read the docs and didn't find an answer. - label: I already read the docs and didn't find an answer.
required: true required: true
- label: I can replicate the issue inside the Demo install.
required: true
- type: input - type: input
id: homebox-version id: homebox-version
attributes: attributes:
@@ -55,6 +57,18 @@ body:
- Other - Other
validations: validations:
required: true 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 - type: textarea
id: os-details id: os-details
attributes: attributes:

View File

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