Skip to content

Branches & Style

Ké Zhang edited this page Aug 15, 2017 · 2 revisions

Branches

Two important branches are currently maintained within Pixel.js: develop and master. The regular work flow begins by branching out of the develop branch in order to work on a specific feature or functionality on a separate branch. Always work on new functionalities on a new, separate branch. Name the branches following this convention; non-capital: feature-name. This new branch will then be merged into the develop branch and when the develop branch is fully tested and ready for a release, the code is merged into master.

Coding Style

Pixel.js development follows the DDMAL coding standard. The guidelines can be found here: https://github.com/DDMAL/Tutorial/blob/master/DDMAL-Coding-Guidelines.md