Skip to content

Commit

Permalink
Add CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Aug 15, 2016
1 parent 30dfce7 commit 76e56a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## How to contribute

* Please try to match the style of the code around the feature/bug you're working on.
* Use tabs not spaces.
* Please make sure your pull request only includes changes to the lines you're working on. For example, disable the whitespace extension when using Atom.
* All pull requests must include code for every platform (Mac, Windows, and Linux) before they can be merged. The exception is platform specific features. Feel free to submit a pull request with code for one platform and others can fill in the gaps to help get it merged.

0 comments on commit 76e56a6

Please sign in to comment.