Updated How to contribute (markdown)

This commit is contained in:
Thomas VIAL 2016-04-28 09:28:52 +02:00
parent a6b8b20bc0
commit 9592b9f459

View file

@ -17,8 +17,8 @@ The development workflow is the following:
- Use `make` to build image locally and run tests - Use `make` to build image locally and run tests
- Document your improvements - Document your improvements
- [Commit](https://help.github.com/articles/closing-issues-via-commit-messages/), push and make a pull-request - [Commit](https://help.github.com/articles/closing-issues-via-commit-messages/), push and make a pull-request
- Branch is automatically tested on Travis - Pull-request is automatically tested on Travis
- When tests are green, your branch is merged to `master` - When tests are green, your branch is merged into `master`
- Master is automatically tested on Travis - `master` is automatically tested on Travis
- Docker builds a new `latest` image - Docker builds a new `latest` image