Skip to content

Commit

Permalink
CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Oct 10, 2015
1 parent c251a3d commit 5bbf95d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing

We encourage pull requests, and will try our best to review and reply in a timely manner.

To develop:

1. Clone the repository.
2. Run `npm install`.
3. Develop!
4. Test with `npm test`.

PRs should meet a few simple guidelines:

- All tests/linters must pass. It's ok if you need to rebase now and then.
- Please do not adjust version numbers. We'll do that when we publish to NPM.
- New features or bug fixes should include tests to ensure we never regress.
- Work should pertain to "validating uniqueness". Outside of this scope might be better served with another plugin.

Thanks!

0 comments on commit 5bbf95d

Please sign in to comment.