Update issue templates for bug reports, deployment issues, and feature requests (#849)
This commit is contained in:
64
.github/ISSUE_TEMPLATE/bug_report.md
vendored
64
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,27 +1,49 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Detailed bug reports help me diagnose and fix bugs quicker! Thanks!
|
||||
title: "[BUG]"
|
||||
about: Found something not working as expected? Please file a detailed bug report so we can fix it quickly!
|
||||
title: "[BUG] <short description>"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
🛑 **Note**: Please search existing issues before filing a new one. This helps avoid duplicates and ensures we can address your concern efficiently!
|
||||
|
||||
## 🐞 Bug Description
|
||||
|
||||
A clear and concise description of the issue. What went wrong?
|
||||
|
||||
## 🔄 Steps to Reproduce
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4. Observe the error
|
||||
|
||||
## ✅ Expected Behavior
|
||||
|
||||
What did you expect AdventureLog to do?
|
||||
|
||||
## 📸 Screenshots / Logs
|
||||
|
||||
- Attach screenshots if it helps explain the problem.
|
||||
- If possible, include **relevant log excerpts** (be sure to remove sensitive info).
|
||||
|
||||
## 🐳 Environment Details
|
||||
|
||||
- **Platform:** (Docker, Synology, Proxmox, TrueNAS, Unraid, etc.)
|
||||
- **Install Method:** (Docker Compose, Quick Install Script, Manual, etc.)
|
||||
- **AdventureLog Version:** (e.g., v0.11.0)
|
||||
- **Reverse Proxy:** (e.g., Nginx, Traefik, Caddy, etc. or None)
|
||||
|
||||
If using Docker and the issue is related to the container, it may be helpful to include your `docker-compose.yml` or relevant variables below.
|
||||
⚠️ Please remember to redact any sensitive information such as passwords or API keys.
|
||||
|
||||
## 📎 Additional Context
|
||||
|
||||
Anything else that might be useful (custom configuration, network setup, database version, etc.)?
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Docker Compose**
|
||||
If the issue is related to deployment and docker, please post an **obfuscated** (remove secrets and confidential information) version of your compose file.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Thank you for taking the time to report this issue! We appreciate your help in making AdventureLog better. We’ll look into it as soon as we can. 🙌
|
||||
|
||||
Reference in New Issue
Block a user