Update issue templates
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled

This commit is contained in:
2026-02-21 00:24:59 -05:00
committed by GitHub
parent f3091624ec
commit dfac3c4d60
2 changed files with 68 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
---
name: Bug Report
about: Create a report to help us fix stuff
title: "[BUG] Issue with ..."
labels: bug
assignees: SoPat712
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
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.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Details (please complete the following information):**
- Version [e.g. v1.1.3]
- Client [e.g. Feishin]
<details>
<summary>Please paste your docker-compose.yaml in between the tickmarks</summary>
```yaml
```
</details>
<details>
<summary>Please paste your .env file REDACTED OF ALL PASSWORDS in between the tickmarks:</summary>
```env
```
</details>
**Additional context**
Add any other context about the problem here.
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] Please add ..."
labels: enhancement
assignees: SoPat712
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.