-
Notifications
You must be signed in to change notification settings - Fork 204
Development
Benedikt Groß edited this page Oct 21, 2015
·
13 revisions
##Getting started
Interested in contributing? Mega!
First, write to [email protected] to let us know you're interested! If it's not on the issues list, add it. If it's already on this issues list, assign it to yourself or comment on the issue indicating you're working on it. Go ahead and implement it. Submit afterwards a pull request against the master branch (see below for instructions for getting set up for development).
- Try to stick as close as possible to the original code.
- Simply translate the code examples to javascript.
- Follow the way the code is written by checking already ported examples and get inspired by idiomatic.js
-
Fork and clone this repository.
git clone git@github/YOUR_USERNAME/Code-Package-p5.js.git
- Fork Code-Package-p5.js.git
- Make local changes
- Commit and push changes
- Mark significant structural changes, if any. (comment the lines via the Github comment feature)
- Submit a PR against the
Code-Package-p5.js/master
branch