Contributing¶
How to Contribute¶
- Fork the repository
- Create a branch:
git checkout -b feature/my-feature - Make your changes
- Submit a Pull Request
Guidelines¶
- Follow existing code style
- Add Javadoc on public methods
- Test locally before PR
- Registry IDs in
snake_case - Classes in
PascalCase