Files
allstarr/.github/ISSUE_TEMPLATE/bug-report.md
T
joshpatra dfac3c4d60
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled
Update issue templates
2026-02-21 00:24:59 -05:00

49 lines
924 B
Markdown

---
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.