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 Dec 5, 2017 · 10 revisions

Welcome to the WDS-Coding-Standards wiki!

See docblocks for official rules!

Please do not add any documentation about rules here, they should be officially added via docblocks in the linting files themselves when committing code for rules, 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 repo, via docblock documentation, and in as valid sniffs is the best way to ensure that new rules are discussed, approved, vetted, and tested. 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.

Explore the repo code for docblocks with official documentation on each rule.


☕️   Installation →


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.