Skip to content

Commit

Permalink
add contributing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed May 13, 2016
1 parent d26e701 commit aaaa6e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Contribution Guidelines

## Setup for Contributing

- Make sure you are running [node.js >= v6](https://nodejs.org/en/).
- Make sure you have an [editorconfig plugin](http://editorconfig.org/#download) installed for your text editor
- Make sure you have a [standard js linter](http://standardjs.com/index.html#usage) installed, tests will not pass if linting fails
- Make sure you are familiar with [ES6](https://medium.com/sons-of-javascript/javascript-an-introduction-to-es6-1819d0d89a0f)
- Make sure you are familiar with [test-driven development](https://www.wikiwand.com/en/Test-driven_development)

## Linting & Code Style

> **NOTE:** This project uses [Standard.js](/feross/standard) to check for code consistency.
Expand Down

0 comments on commit aaaa6e4

Please sign in to comment.