donetick/.github/ISSUE_TEMPLATE/bug_report.md
2025-02-04 23:57:38 -05:00

53 lines
1.3 KiB
Markdown

# Bug Report
Thank you for taking the time to report a bug in Donetick! Please fill out the information below to help us diagnose and fix the issue as quickly as possible.
---
## Description
*A clear and concise description of the bug.*
**Expected Behavior:**
*A clear and concise description of what you expected to happen.*
**Actual Behavior:**
*A clear and concise description of what actually happened.*
---
## Steps to Reproduce
*Steps to reproduce the behavior.*
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
---
## Screenshots (if applicable)
*Attach screenshots or screen recordings to help explain the issue.*
---
## Environment
- **Donetick Version:** (e.g., v1.2.3)
- **Deployment Method:** (Self-hosted, Docker, Cloud, etc.)
- **Operating System:** (e.g., Windows, macOS, Linux)
- **Browser & Version:** (if applicable, e.g., Chrome 110.0, Firefox 99.0)
- **Relevant Logs:** (Paste any relevant error messages or logs here.)
---
## Additional Context
*Add any other context about the problem here.*
---
### Checklist
- [ ] I have searched for existing issues that might be related to this bug.
- [ ] I have provided detailed information to help reproduce the issue.
- [ ] I have included logs or screenshots where applicable.
Thank you for reporting this issue!