mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-05 23:29:58 +01:00
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
name: 🐛 Bug Report
|
|
description: Report something that's broken, or not working like intented!
|
|
title: '<title>'
|
|
labels: ['🐛 Bug']
|
|
body:
|
|
- type: dropdown
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: How have you deployed Homarr?
|
|
options:
|
|
- Docker
|
|
- NodeJS
|
|
- Cloud Service (Static)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version of Homarr are you running?
|
|
placeholder: 0.1.0
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Describe the problem
|
|
description: Please describe the problem exactly, how to reproduce it, actual results, and expected results.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Additional info
|
|
description: Logs? Screenshots? More info?
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: idiot-check
|
|
attributes:
|
|
label: Please tick the boxes
|
|
description: Before submitting, please ensure that
|
|
options:
|
|
- label: You've read the [docs](https://github.com/ajnart/homarr#readme)
|
|
required: true
|
|
- label: You've checked for [duplicate issues](https://github.com/ajnart/homarr/issues)
|
|
required: true
|
|
- label: You've tried to debug yourself
|
|
required: true
|