-
Notifications
You must be signed in to change notification settings - Fork 2
Branches & Style
Ké Zhang edited this page Aug 15, 2017
·
2 revisions
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
.
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
- Home
- How to use Pixel.js (Tutorial)
- Pixel.js as a Rodan Job
- Start Contributing
- FAQ
- Release Notes