Byparr/.github/ISSUE_TEMPLATE/bug_report.yml
2025-03-27 17:18:56 +01:00

59 lines
1.3 KiB
YAML

name: Bug report
description: Create a bug report
assignees: ThePhaseless
labels: bug
body:
- type: checkboxes
attributes:
label: "I've completed the following steps:"
options:
- label: Read Loop Warning on Readme
- label: Done the troubleshooting from Readme
- label: Checked if such issue already exists
- type: input
id: docker-host
attributes:
label: OS
placeholder: e.g. Docker, Ubuntu, WSL2
- type: input
id: platform-model
attributes:
label: Platform and model
placeholder: e.g. Synology, PC, Laptop, RPi 3
- type: input
id: architecture
attributes:
label: Architecture
placeholder: e.g. ARM64
- type: input
id: website
attributes:
label: Website
placeholder: e.g. https://nowsecure.nl
- type: textarea
id: config
attributes:
label: Docker Compose config
placeholder: |
```yaml
services:
...
```
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: "Example: The application crashes when trying to load a new file"
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here, e.g. similar issues.