From 91517e2307180637237b3a07189c8d592dd3dd98 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Wed, 24 Jan 2018 22:11:27 -0600 Subject: [PATCH] fixing grammar from 9e704ce [skip ci] --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df663c03f..7afe15c30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,8 +73,8 @@ discuss them on the ticket. 6. Commit your changes. [git-cola](https://git-cola.github.io/) is a nice GUI front-end for adding files and entering commit messages (git-cola is probably available from your OS repository). * If you're updating only documention (or other files that don't - affect a build) add [skip ci] to the commit message (code integration - will be skipped) + affect a build) add [skip ci] to the commit message (automatic code + integration tests will be skipped). 7. Push the working branch (e.g. issue_32) to your remote fork and make your [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)