diff --git a/dojo_rules.md b/dojo_rules.md index dd682cd4bf..6a1df12e97 100644 --- a/dojo_rules.md +++ b/dojo_rules.md @@ -6,3 +6,4 @@ Dojo Rules * Never bring live blades on the tatami * Respect your opponents * Most Sensei's should be respected +* no coffee in the dojo diff --git a/introduction.md b/introduction.md new file mode 100644 index 0000000000..3bba3cca24 --- /dev/null +++ b/introduction.md @@ -0,0 +1,4 @@ +* hello +* goodbye +* again +* rebase diff --git a/kill_list.md b/kill_list.md new file mode 100644 index 0000000000..7f0111038e --- /dev/null +++ b/kill_list.md @@ -0,0 +1,8 @@ +Kill List +========= +Unused code +Functions with side effects +Unformatted code +Repeated code blocks +Bad variable names +hello