Updated Template (markdown)

Mingye Wang
2015-09-20 22:36:44 -04:00
parent 51d1cad9f5
commit 066aca58b4

@@ -1,13 +1,16 @@
## (Message goes here) ## (Message goes here, use `code` and *foo* wisely)
### Problematic code: ### Problematic code:
(Simple example of problematic code) ```sh
# Simple example of problematic code
```
### Correct code: ### Correct code:
(Simple example of above code, only fixed) ```sh
# Simple example of above code, only fixed
```
### Rationale: ### Rationale:
(An explanation of why the code is problematic and how the correct code is an improvement) (An explanation of why the code is problematic and how the correct code is an improvement)