Files
voyage/.github/ISSUE_TEMPLATE/deployment-issue.md

26 lines
780 B
Markdown

---
name: Deployment Issue
about: Request help deploying AdventureLog. For faster support, please use our Discord community!
title: "[DEPLOYMENT] <short description>"
labels: deployment
assignees: ""
---
⚠️ **Note:** GitHub issues are primarily for tracking bugs and feature requests.
For general deployment troubleshooting and faster community support, please visit our **Discord**: https://discord.gg/wRbQ9Egr8C
---
## 🖥️ Describe Your Issue
A clear and concise description of the deployment problem.
## 🐳 Docker Compose (Obfuscated)
Please include your `docker-compose.yml` or relevant variable configuration.
⚠️ Make sure to **remove or obfuscate sensitive information** (passwords, tokens, keys, etc.).
```yaml
# Example (with secrets removed)
```