From 92bd6ef88242ffb004b1ad2b6e1e6a0090521b95 Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis Date: Thu, 8 Mar 2018 03:31:20 +0200 Subject: [PATCH] Add ShellCheck note when contributing. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e11b9..b5c8737 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,8 @@ goto --version 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) -5. Create a new Pull Request +5. Make sure that the script does not have errors or warning on [ShellCheck](https://www.shellcheck.net/) +6. Create a new Pull Request ## License