Contributing to Mojo::Collection::XS
Thank you for considering contributing to this project!
How to Contribute
- Fork the repository on GitHub
- Create a feature branch
- Make your changes, including tests
- Run the test suite
- Submit a pull request to:
https://github.com/CellBIS/mojo-collection-xs
Reporting Bugs
File an issue at:
https://github.com/CellBIS/mojo-collection-xs/issues
Please include a minimal reproduction and details about your Perl version.
Code Style
- Follow Perl Best Practices
- XS code should remain minimal and performance-oriented
- Use perltidy (optional but recommended)
Thank you for improving Mojo::Collection::XS!