pointer-props
Version:
JavaScript object manipulation (get/set/del) using JSON Pointer (RFC6901) and JSON Reference paths.
13 lines (8 loc) • 561 B
Markdown
# Contribution Guide
Considering contributing? Thank you so much!
## Pull Requests
Please consider these simple guidelines when filing a pull request:
* Commits follow the [Angular commit convention](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)
* In fact, for each commit you can do `npm run commit` and it will help you write a great commit message
* [Tabs for indentation, spaces for alignment](https://gist.github.com/saibotsivad/06021a81865226cfc140)
* Features and bug fixes should be covered by test cases