Skip to content

๐Ÿค Contributing

How to Contribute

  1. Fork the repository
  2. Create a branch: git checkout -b feature/my-feature
  3. Make your changes
  4. 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