Commit ffd711a4 authored by Dylan Araps's avatar Dylan Araps

docs: update

parent 736b45a9
# How to Contribute
## Table of Contents
<!-- vim-markdown-toc GFM -->
* [ShellCheck](#shellcheck)
* [Coding Conventions](#coding-conventions)
* [No no's](#no-nos)
* [If Statements](#if-statements)
* [Case Statements](#case-statements)
<!-- vim-markdown-toc -->
## ShellCheck
For your contribution to be accepted, your changes need to pass
......@@ -52,7 +64,7 @@ fi
# Good
[[ "$var" ]] && echo "$var"
# Also good (Use this for longer lines.
# Also good (Use this for longer lines).
[[ "$var" ]] && \
echo "$var"
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment