From 0493a33f5918bec6c5e18c4f1d7f2750cd1d930f Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Mon, 3 Aug 2020 11:59:24 -0400 Subject: [PATCH] Rename CONDUCT.md to CODE_OF_CONDUCT.md GitHub's expected filename is CODE_OF_CONDUCT.md. Whether that is the best name or even the current de facto standard is to be debated. But moving forward, this is likely the filename that will become the most common within the community, as that is the name GitHub expects and suggests. This simply renames the existing code of conduct file from CONDUCT.md to CODE_OF_CONDUCT.md to conform to GitHub's preference. --- CONDUCT.md => CODE_OF_CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONDUCT.md => CODE_OF_CONDUCT.md (100%) diff --git a/CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from CONDUCT.md rename to CODE_OF_CONDUCT.md