Mining/CONTRIBUTORS.md

46 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# 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!*