Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 996 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 996 Bytes

Contributing

This small document explains how to contribute to this project.

Boards

A kanban board is available to track tasks to do, ready to do, in progress or done. Please, check https://waffle.io/liip/TheA11yMachine/.

Tools

To hack this project, only Git and NPM are required. The latter comes with Node.js as a dependency manager. A browser may also be required, but this is not necessary.

Set up your environment

First, you need to clone the Git repository:

$ git clone git@github.com:liip/TheA11yMachine.git
$ cd TheA11yMachine

From here, you must install the dependencies with NPM:

$ npm install

Now you're ready to develop. Please, commits your patches on another branch than master. This is easier for you to receive updates. For instance:

$ git checkout -b my_new_feature

Running tests

Unfortunately we have no test suites yet. This is a nice contribution!