Skip to content

Commit

Permalink
docs(contributing): add guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Apr 26, 2015
1 parent f985e92 commit 68ce44e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Contributing

When adding a new feature, please add an associated test, we want to make sure the project is full-covered.
Do your changes on a dedicated branch, like `feature/facebook-auth` or `fix/bangular-refresh`, and when you're done, make your PR on `develop`.

Please follow the AngularJS commit messages [conventions](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit). It help us to generate the changelog.
Squash your changes into one commit, it's easier to review.

Thanks for your contribution! :cat:

0 comments on commit 68ce44e

Please sign in to comment.