Contributions are welcome and will be fully credited.
We accept contributions via Pull Requests on Github
- We try to follow SemVer in WP Mock
- The current "stable" release version lives on the trunk branch.
- If there is a current development release, it will live on a {version}-dev branch.
- New features must be submitted against the trunk branch
- Bug fixes should be submitted against the branch in which the bug exists, which is likely trunk.
- If you're not sure whether a feature idea would be something we'd be interested in, please open an issue before you start working on it. We'd be happy to discuss your idea with you.
- As of 2019, all merges to the trunk branch will be squash merges of features.
- If there are multiple features pending in a release, we will create a {version}-dev branch to track development against that version. Once the version is ready, that branch will be squash-merged into trunk as well.
You're awesome - Thanks for being interested in contributing your time and code to this project!