From 9c6e0c6eb9b3f175b59fa309834a29624b9a9c0e Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 5 Aug 2018 20:58:59 +0200 Subject: [PATCH] Document gofmt version --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a10d5e80..572cee290 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -141,10 +141,11 @@ run gofmt -w **/*.go -in the project root directory before committing. Installing the script -`fmt-check` from https://github.com/edsrzf/gofmt-git-hook locally as a -pre-commit hook checks formatting before committing automatically, just copy -this script to `.git/hooks/pre-commit`. +in the project root directory before committing. For each Pull Request, the +formatting is tested with `gofmt` for the latest stable version of Go. +Installing the script `fmt-check` from https://github.com/edsrzf/gofmt-git-hook +locally as a pre-commit hook checks formatting before committing automatically, +just copy this script to `.git/hooks/pre-commit`. For each pull request, several different systems run the integration tests on Linux, OS X and Windows. We won't merge any code that does not pass all tests