Update issue templates

This commit is contained in:
Etienne Collin
2025-08-20 00:31:33 +00:00
committed by GitHub
parent 9f6edd1766
commit ef451a4f0f
2 changed files with 7 additions and 7 deletions

View File

@@ -2,14 +2,17 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
labels: bug
assignees: etiennecollin
---
## Describe the bug
A clear and concise description of what the bug is.
## Expected behavior
A clear and concise description of what you expected to happen.
## Logs
```
Please put logs from the software here. Use the environment variable `BACKEND_LOG_LEVEL="debug"` to run the software.
@@ -40,9 +43,6 @@ VAR2="b"
- Version [e.g. 1.2.1]
- Using docker image or bare-metal?
## Expected behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.

View File

@@ -2,8 +2,8 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
labels: enhancement
assignees: etiennecollin
---