- Add comprehensive CI/CD workflows for testing and releases - Include issue and pull request templates - Add GitHub labeler configuration for automated triage - Include license check and stale issue management - Add Windsurf rules for development workflow - Include database directory structure with gitkeep Provides complete GitHub automation and development tooling for streamlined contribution and project management.
49 lines
967 B
Markdown
49 lines
967 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: "[BUG] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## 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.
|
|
|
|
## Actual Behavior
|
|
A clear and concise description of what actually happened.
|
|
|
|
## Environment
|
|
- OS: [e.g. macOS 13.0, Ubuntu 22.04]
|
|
- Go version: [e.g. 1.21.0]
|
|
- Fetch ML version: [e.g. v1.0.0]
|
|
- Configuration: [e.g. file-based auth, database auth]
|
|
|
|
## Configuration
|
|
```yaml
|
|
# Paste relevant configuration here
|
|
auth:
|
|
enabled: true
|
|
# ...
|
|
```
|
|
|
|
## Logs
|
|
```
|
|
# Paste relevant logs here
|
|
2024-01-01 12:00:00 ERROR: ...
|
|
```
|
|
|
|
## Additional Context
|
|
Add any other context about the problem here.
|
|
|
|
## Possible Solution
|
|
If you have ideas on how to fix this, please describe them here.
|