Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.17 KB

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github

Branches

  • 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.

Pull Requests

  • 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.

Merging

  • 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.

Thanks

You're awesome - Thanks for being interested in contributing your time and code to this project!