From dc99cf4c9184f159df0e7dbf420b4b09f7c96b7f Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Thu, 28 Apr 2016 00:09:05 +0200 Subject: [PATCH] Updated How to contribute (markdown) --- docs/content/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/how-to-contribute.md b/docs/content/how-to-contribute.md index a29949ee..79bd3fa1 100644 --- a/docs/content/how-to-contribute.md +++ b/docs/content/how-to-contribute.md @@ -16,7 +16,7 @@ When `v2` will be released, the development workflow will be: - Add integration tests in `test/tests.bats` - Use `make` to build image locally and run tests - Document your improvements -- Commit, push and make a pull-request +- [Commit](https://help.github.com/articles/closing-issues-via-commit-messages/), push and make a pull-request - When tests are green, your branch is merged to `master` - Docker builds a new `latest` image