Skip to content

Commit

Permalink
Contribution readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirollos Risk committed Apr 7, 2014
1 parent 06146d4 commit 758ac46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ Fuse
Fuse is a full JavaScript fuzzy-search implementation that searches accross the keys of every record in a list.

Visit here for usage, demo, and more: [Fuse](http://kiro.me/projects/fuse.html)

## Contributing to Fuse

Before submitting a pull request, please add relevant tests in `test/fuse-test.js`, and execute them via `npm test`.

Note that **ALL TESTS MUST PASS**, otherwise the pull request will be automatically rejected.

0 comments on commit 758ac46

Please sign in to comment.