mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
78 lines
2.2 KiB
YAML
78 lines
2.2 KiB
YAML
name: 🐞 Bug Report
|
|
description: Report that something is broken, not working as intended or causes side-effects
|
|
title: "bug: "
|
|
labels: ["needs triage"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of the bug, as well as what you expected to happen when encountering it.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Describe how to reproduce your bug. Steps, code snippets, reproduction repos etc.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Impact
|
|
description: How big is the impact of this bug? Does it make Homarr unusable? Is there any workaround that you're aware of?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional information
|
|
description: Add any other information related to the bug here, screenshots if applicable.
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version of Homarr are you running?
|
|
options:
|
|
- 1.0.0-beta
|
|
- Other (describe in "additional information")
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: installationMethod
|
|
attributes:
|
|
label: Installation method
|
|
description: How do you run Homarr? Post docker-compose, configs or screenshots if applicable.
|
|
options:
|
|
- Docker Run
|
|
- Docker Compose
|
|
- Portainer
|
|
- Helm
|
|
- QNAP
|
|
- Saltbox
|
|
- EasyPanel
|
|
- Unraid Apps
|
|
- TrueNAS Apps
|
|
- Synology
|
|
- HomeAssistant Addon
|
|
- From Source
|
|
- Other (describe in "additional information")
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: browser
|
|
attributes:
|
|
label: Browser
|
|
description: If relevant, what browser do you use?
|
|
options:
|
|
- Firefox
|
|
- Edge (Chromium)
|
|
- Edge (Proprietary)
|
|
- Chrome
|
|
- Safari
|
|
- Vivaldi
|
|
- Brave
|
|
- Samsung Internet
|
|
- Other (describe in "additional information")
|
|
default: 0
|
|
validations:
|
|
required: false |