Skip to content
Benedikt Groß edited this page Oct 21, 2015 · 13 revisions

##Getting started

Interested in contributing? Mega! First, write to benedikt.gross@generative-gestaltung.de 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).

Setup

  1. Fork and clone this repository.

    git clone git@github/YOUR_USERNAME/Code-Package-p5.js.git
    
  2. Submit a pull request.

Master branch development

  1. Fork Code-Package-p5.js.git
  2. Make local changes
  3. Commit and push changes
  4. Submit a PR against the Code-Package-p5.js/master branch
Clone this wiki locally