Added more issue templates etc.
All checks were successful
Code Quality and Testing / test-and-lint (push) Successful in 16m1s
Code Quality and Testing / test-and-lint (pull_request) Successful in 12m28s

This commit is contained in:
2026-06-09 15:31:12 +02:00
parent 79f3692ad2
commit 4700faf03c
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
name: "Bug Report"
about: Report an error or unexpected behavior in MiauInv
title: "[BUG] "
labels: ["Kind/Bug"]
---
### Description
A clear and concise description of what the bug is.
### Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### Expected Behavior
A clear and concise description of what you expected to happen.
### Logs and Error Messages
If applicable, add server logs or browser console outputs here:
```text
Insert logs here
```