mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 14:31:55 +01:00
Better issue templates
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user