mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
19
.github/ISSUE_TEMPLATE/bug.yml
vendored
19
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -32,8 +32,15 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional info
|
label: Logs
|
||||||
description: Logs? Screenshots? More info?
|
description: Provide your Homarr logs so we can investigate what's going on
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: context
|
||||||
|
attributes:
|
||||||
|
label: Context
|
||||||
|
description: Screenshots? More info?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
@@ -42,9 +49,11 @@ body:
|
|||||||
label: Please tick the boxes
|
label: Please tick the boxes
|
||||||
description: Before submitting, please ensure that
|
description: Before submitting, please ensure that
|
||||||
options:
|
options:
|
||||||
- label: You've read the [docs](https://github.com/ajnart/homarr#readme)
|
- label: I confirm that I attached the proper logs
|
||||||
required: true
|
required: true
|
||||||
- label: You've checked for [duplicate issues](https://github.com/ajnart/homarr/issues)
|
- label: I've read the [docs](https://github.com/ajnart/homarr#readme)
|
||||||
required: true
|
required: true
|
||||||
- label: You've tried to debug yourself
|
- label: I've checked for [duplicate issues](https://github.com/ajnart/homarr/issues)
|
||||||
|
required: true
|
||||||
|
- label: I've tried to debug myself
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user