Skip to content

Contributing code

Tom Taylor edited this page Sep 17, 2015 · 11 revisions

In this document, we assume a basic working knowledge of Adapt. If you're completely new, we recommend you first check out the Framework in five minutes, then try creating your own course to learn the ropes.

What skills do I need?

  • OO JavaScript
  • Backbone
  • Handlebars
  • Underscore
  • Jquery
  • CSS (LESS preprocessed)
  • Grunt (node)

Becoming a code ninja

Finding something to work on

good-first-bug mentored-bug

Bugs

Features

Working with Adapt

We've tried to make installing and running Adapt as painless as possible by providing the command line tool, which automates a lot of the more tedious tasks.

Installing

Before working on Adapt, you'll need to do a few things to make sure you've got all of the required tools and libraries.

Adapt requires few pre-requisites prior so if you haven't already, get up-and-running with Adapt by following the install guide.

Debugging

Submitting your code

Peer code review

Merging

Repeat!

Clone this wiki locally