phpspec2 is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow these few simple rules:
- Make your feature addition or bug fix,
- Always use the
develop
branch as the base for your changes (all new development happens here, themaster
branch is for releases & hotfixes only), - Important: to prevent unintentional breaks in future, please add specs for your changes (please look in the
spec/
folder for some examples), - Commit your code, but do not mess with
CHANGES.md
file, - Remember: when you create a Pull Request, always select the
develop
branch as the target, otherwise it will be closed.