From 9592b9f459dae10cef49202f9cf228402fa15f8c Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Thu, 28 Apr 2016 09:28:52 +0200 Subject: [PATCH] Updated How to contribute (markdown) --- docs/content/how-to-contribute.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/how-to-contribute.md b/docs/content/how-to-contribute.md index 992dc10a..9cf60b05 100644 --- a/docs/content/how-to-contribute.md +++ b/docs/content/how-to-contribute.md @@ -17,8 +17,8 @@ The development workflow is the following: - Use `make` to build image locally and run tests - Document your improvements - [Commit](https://help.github.com/articles/closing-issues-via-commit-messages/), push and make a pull-request -- Branch is automatically tested on Travis -- When tests are green, your branch is merged to `master` -- Master is automatically tested on Travis +- Pull-request is automatically tested on Travis +- When tests are green, your branch is merged into `master` +- `master` is automatically tested on Travis - Docker builds a new `latest` image