Skip to content

Commit

Permalink
Update some docs & add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmvp committed Apr 6, 2016
1 parent 1c51ea9 commit 212f954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v1.0.1 (April 6, 2016)
- [minor] Update code to pass [`eslint-config-benmvp`](https://github.com/benmvp/eslint-config-benmvp) (v2.0.1)
- [test] Improve test coverage to 100% my commenting out UMD boilerplate

## v1.0.0 (April 1, 2016)
- Initial release
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to `array-to-lookup`

Contributions are welcome! More details coming soon... 😀
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ In the improved version, a lookup object (aka hash table) is created before the

## Contributing

Contributions are welcome! More details coming soon... 😀
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

## Project philosophy

We take the stability of this utility package **very** seriously. `array-to-lookup` follows the [SemVer](http://semver.org/) standard for versioning.

All updates must not break the [CI build](https://travis-ci.org/benmvp/array-to-lookup) nor go below the [95%+ code coverage](https://coveralls.io/github/benmvp/array-to-lookup?branch=master).
All updates must pass the [CI build](https://travis-ci.org/benmvp/array-to-lookup) while maintaining [100% code coverage](https://coveralls.io/github/benmvp/array-to-lookup).

## License

Expand Down

0 comments on commit 212f954

Please sign in to comment.