Mining/CONTRIBUTORS.md
snider d1417a1a3c docs: Add community files and improve onboarding
- 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>
2025-12-31 10:43:52 +00:00

45 lines
1.2 KiB
Markdown

# Contributors
Thank you to everyone who has contributed to the Mining Platform!
## Core Team
| Name | Role | GitHub |
|------|------|--------|
| Snider | Creator & Maintainer | [@Snider](https://github.com/Snider) |
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
## How to Contribute
We welcome contributions! Please see our [Contributing Guidelines](docs/development/contributing.md) to get started.
### Types of Contributions
- **Code**: Bug fixes, new features, performance improvements
- **Documentation**: Guides, API docs, translations
- **Design**: UI/UX improvements, icons, screenshots
- **Testing**: Bug reports, test coverage, E2E tests
- **Ideas**: Feature requests, architecture discussions
### Recognition
All contributors are recognized in:
- This file
- Release notes
- GitHub's contributors page
## Adding Yourself
After your first contribution is merged, add yourself to this file! Use the following format:
```markdown
| Your Name | What you contributed | [@username](https://github.com/username) |
```
---
*This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!*