diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3009e4e..3e657b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ ``` - Add examples wherever possible - Use `bash` styling for all git commands: - ```bash - $ git commit -m "Message" - ``` +```bash +$ git commit -m "Message" +``` - Add links to Git docs or GitHub docs wherever possible