Woodhouse is open source software; contributions from the community are encouraged. Please take a moment to read these guidelines before submitting changes.
All PHP code must adhere to the PSR-2 standard.
As a guideline, please follow this process:
- Fork the repository.
- Create a topic branch for the change:
- New features should branch from develop.
- Bug fixes to existing versions should branch from master.
- Please ensure the branch is clearly labelled as a feature or fix.
- Make the relevant changes.
- Squash commits if necessary.
- Submit a pull request to the develop branch.
Please note this is a general guideline only. For more information on the branching structure please see the git-flow cheatsheet.