Thank you for your interest in contributing to BakeKit!
I'm currently the sole developer, and BakeKit has grown from the needs of my custom Shop plugin. I would greatly appreciate any help — whether it's fixing bugs, writing tests, or improving documentation.
- Clone the repository:
git clone https://github.com/bakewizard/BakeKit.git cd BakeKit - Install dependencies:
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin bin/composer.phar install bin/cake install
- Work from the
developbranch - Use feature branches:
feature/your-thingorbugfix/your-thing
- Follow CakePHP coding standards
- Use PSR-12 formatting
- Write clean, readable code with helpful comments
- Fork the repository
- Create a feature branch
- Make your changes
- Write a clear commit message
- Submit a pull request to
develop - Include a description of what and why
If you found a bug or have a feature idea, please open an issue. Include:
- Clear title
- Description of the problem or request
- Steps to reproduce (if a bug)
Thanks again for helping make BakeKit better!
– @bakewizard