- Add CODE_OF_CONDUCT.md at repository root - Add CONTRIBUTORS.md to recognize contributors - Add GitHub issue templates (bug report, feature request) - Add GitHub pull request template - Add Docker quickstart to README (fastest path to try) - Update Contributing section with links to guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
48 lines
805 B
Markdown
48 lines
805 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Run command '...'
|
|
4. See error
|
|
|
|
## Expected Behavior
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What actually happened.
|
|
|
|
## Environment
|
|
|
|
- **OS**: [e.g., Ubuntu 22.04, Windows 11, macOS 14]
|
|
- **Go Version**: [e.g., 1.24.0]
|
|
- **Mining Platform Version**: [e.g., v1.0.0]
|
|
- **Miner Software**: [e.g., XMRig 6.21.0]
|
|
- **Hardware**: [e.g., AMD Ryzen 9, NVIDIA RTX 4090]
|
|
|
|
## Logs
|
|
|
|
```
|
|
Paste relevant log output here
|
|
```
|
|
|
|
## Screenshots
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## Additional Context
|
|
|
|
Add any other context about the problem here.
|