Skip to content

Commit

Permalink
Update read me with contribution hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Mar 21, 2015
1 parent 1e0d234 commit 20b667e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ See: https://code.google.com/p/crypto-js
- ```crypto-js/pad-zeropadding```
- ```crypto-js/pad-nopadding```

## Contribution

### Git Flow

The crypto-js project uses [git flow](https://github.com/nvie/gitflow) to manage branches.
Do your changes on the `develop` or even better on a `feature/*` branch. Don't do any changes on the `master` branch.

### Pull request

Target your pull request on `develop` branch. Other pull request won't be accepted.

## License

[The MIT License (MIT)](http://opensource.org/licenses/MIT)
Expand Down

0 comments on commit 20b667e

Please sign in to comment.