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