From de2f98811ed035935159f887eef956d329ba5613 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Mon, 10 Apr 2017 21:31:10 -0400 Subject: [PATCH] Updates with starter code standards --- contributing.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 781cf3d83..7f8f815ac 100644 --- a/contributing.md +++ b/contributing.md @@ -38,6 +38,14 @@ Work In Progress, for now the minimum: * squash or not to squash into 1 commit ? (@todo) * require a specific format for commit messages for consistency ? (@todo) -## Code standards (@todo) +## Code standards -* tabs or spaces for Python :[ (@todo) +### Shell Scripts + +* Follow [ShellCheck](https://github.com/koalaman/shellcheck) - A shell script static analysis tool +* Try to follow [Google's Shell Style Guide](https://google.github.io/styleguide/shell.xml) + +### Python + +* Use 4 spaces for indentation +* Consider PEP8 and other (@todo)