From 725fce78bafda3834767d75be04a961eed8967f0 Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Sat, 7 Aug 2021 20:39:00 +1000 Subject: [PATCH] Revert "docs: Rename Code of Conduct to fix GitHub detection" This reverts commit 50d28de10b7209513c76161e65b66c42887be4ec. Unfortunately, it seems GitHub requires the code of conduct to: 1. be named CODE_OF_CONDUCT 2. have a .md file extension This commit restores external links to the CoC for now. --- CODE_OF_CONDUCT.rst => COC.rst | 0 CONTRIBUTING.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CODE_OF_CONDUCT.rst => COC.rst (100%) diff --git a/CODE_OF_CONDUCT.rst b/COC.rst similarity index 100% rename from CODE_OF_CONDUCT.rst rename to COC.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2d753a299..cff6f5ced 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -71,4 +71,4 @@ Commit Guidelines Conduct Guidelines ------------------ -- Contributors to the OBS Project are expected to abide by the OBS Project Code of Conduct: https://github.com/obsproject/obs-studio/blob/master/CODE_OF_CONDUCT.rst +- Contributors to the OBS Project are expected to abide by the OBS Project Code of Conduct: https://github.com/obsproject/obs-studio/blob/master/COC.rst