From c7f64db41fddf2613141b8f7ffd05e2fc68fefbd Mon Sep 17 00:00:00 2001 From: Lilac Date: Wed, 12 Dec 2018 10:38:15 +1000 Subject: [PATCH] Rename CODE_OF_CONDUCT.md to CONTRIBUTING.md As discussed in the 12th December 2018 call; reasoning is that the contents are that of contributing guidelines and not a code of conduct, with a code of conduct generally being guidelines governing interactions between contributors and not technical specifics. --- CODE_OF_CONDUCT.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODE_OF_CONDUCT.md => CONTRIBUTING.md (100%) diff --git a/CODE_OF_CONDUCT.md b/CONTRIBUTING.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to CONTRIBUTING.md