[skip ci] use new issue type

This commit is contained in:
ThePhaseless 2025-02-06 18:36:00 +00:00
parent e1f3a6a415
commit 23c317beb8
2 changed files with 47 additions and 27 deletions

View File

@ -1,27 +0,0 @@
---
name: Bug report
about: Create a bug report
title: ''
labels: ''
assignees: 'ThePhaseless'
---
**Describe the bug**
A clear and concise description of what the bug is.
**I've:**
- [ ] - read Loop Warning on Readme.
- [ ] - done the troubleshooting from Readme.
- [ ] - checked if such issue already exists.
**Docker host (please complete the following information):**
- OS: [e.g. Ubuntu Linux]
- Platform and model: [Synology, PC, Laptop, RPi 3]
- Architecture [e.g. ARM64]
- Website: [e.g. https://nowsecure.nl]
**Additional context**
Add any other context about the problem here.

47
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,47 @@
name: Bug report
description: Create a bug report
assignees: ThePhaseless
body:
- type: checkboxes
attributes:
label: "I've completed the following steps:"
options:
- label: Read Loop Warning on Readme [1]
- label: Done the troubleshooting from Readme [2]
- label: Checked if such issue already exists [3]
- type: input
id: docker-host
attributes:
label: OS
placeholder: e.g. Ubuntu Linux
- 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
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.