Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Aubrey Portwood edited this page Sep 27, 2017 · 10 revisions

Welcome to the WDS-Coding-Standards wiki!

See README for official rules!

Please do not add any documentation about rules here, they should be officially added to the README.md file in the repository, which requires a PR to be approved via CONTRIBUTING.md process.

If we add rules to the Wiki directly, there is no discussion, approval nor awareness process. Getting rules directly into the README and in as valid sniffs is the best way to ensure that new rules are discussed, approved, validated, tested and made aware of. This helps ensure that un-agreed-upon rules do not become documented and that all rules go through a rigorous approval process to decrease confusion and error.

But, any other documentation can be found here.

Branching Structure

Release Branches

Current in-development releases exist in release branches that follow release-x.x.x format that are deleted as soon as they are released.

See [Release Branches)(https://github.com/WebDevStudios/WDS-Coding-Standards/wiki/Release-Branches) for more...

master

master should always be clean and only get release branches merged into it.