From 118c1f87032f55bd9d7e660f15e7bfcbb1687c9b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 28 Sep 2018 10:31:46 -0400 Subject: [PATCH] add file to check a github checkbox --- CODE_OF_CONDUCT.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..35546447a --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,24 @@ +# Do + +* Act like a responsible adult. + +* RUN `make format && make lint -j8` BEFORE COMMITING ALWAYS. + +# Do NOT + +* Bring off topic or non technical issues to the issue tracker. + +* Pester contributors. + +# We WILL + +* Merge Spelling mistake corrections (I have lots of those because spelling is HARD) + +* Merge code based on its correctness, Including patches via email from (psuedo/fully) anonymous contributors. + +# We WILL NOT + +* Accept patches with tabs + +* Merge large and pointless or pedantic changes, (i.e. code formatting shift) +