9ae57b2a8f
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
58 lines
1.2 KiB
Markdown
58 lines
1.2 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: 'bug'
|
|
assignees: ''
|
|
---
|
|
|
|
## Bug Description
|
|
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.
|
|
|
|
## Actual Behavior
|
|
What actually happened instead.
|
|
|
|
## Screenshots
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## Environment
|
|
**Desktop/Server:**
|
|
- OS: [e.g. Ubuntu 22.04, Windows 11, macOS 13]
|
|
- Browser (if UI issue): [e.g. Chrome 120, Firefox 121]
|
|
- Python Version: [e.g. 3.10.5]
|
|
- Docker Version (if applicable): [e.g. 24.0.7]
|
|
- DMARQ Version: [e.g. 0.1.0]
|
|
|
|
**Deployment Method:**
|
|
- [ ] Docker Compose
|
|
- [ ] Manual Python installation
|
|
- [ ] Other: _____
|
|
|
|
## Configuration
|
|
Relevant configuration (remove sensitive data):
|
|
```yaml
|
|
# docker-compose.yml excerpt or .env variables
|
|
# DO NOT include passwords or secrets
|
|
```
|
|
|
|
## Logs
|
|
```
|
|
Paste relevant log output here
|
|
```
|
|
|
|
## Additional Context
|
|
Add any other context about the problem here.
|
|
|
|
## Possible Solution
|
|
If you have suggestions on how to fix the issue, please describe them here.
|