Add ShellCheck note when contributing.

This commit is contained in:
Lazarus Lazaridis 2018-03-08 03:31:20 +02:00
parent 0baf5c1481
commit 92bd6ef882

View File

@ -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