From a8c6bdc74213b72bd06b5f3dc29d0a512d35f43f Mon Sep 17 00:00:00 2001 From: koalaman Date: Thu, 14 Nov 2013 11:26:13 -0800 Subject: [PATCH] Created Template (markdown) --- Template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Template.md diff --git a/Template.md b/Template.md new file mode 100644 index 0000000..6d7dbb9 --- /dev/null +++ b/Template.md @@ -0,0 +1,17 @@ +# (Message goes here) + +### Problematic code: + + (Simple example of problematic code) + +### Correct code: + + (Simple example of above code, only fixed) + +### Rationale: + +(An explanation of why the code is problematic and how the correct code is an improvement) + +### Contraindications + +(Cases where the user may choose to ignore this warning, if any.) \ No newline at end of file