From 0a2e51f9aeb2e9b4178afa26932eb6496fd993f7 Mon Sep 17 00:00:00 2001 From: adasarpan404 <64941823+adasarpan404@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:28:44 +0530 Subject: [PATCH] Renaming conduct to code of conduct and contributing files to .md (#10941) CONTRIBUTING to get better formatting CONDUCT also because github doesn't seem recognize the code of conduct page Co-authored-by: Oran Agra --- CONDUCT => CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING => CONTRIBUTING.md | 0 README.md | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename CONDUCT => CODE_OF_CONDUCT.md (98%) rename CONTRIBUTING => CONTRIBUTING.md (100%) diff --git a/CONDUCT b/CODE_OF_CONDUCT.md similarity index 98% rename from CONDUCT rename to CODE_OF_CONDUCT.md index e0e15e268..d66769b98 100644 --- a/CONDUCT +++ b/CODE_OF_CONDUCT.md @@ -93,4 +93,4 @@ Community Impact Guidelines were inspired by Mozilla’s code of conduct enforcement ladder. For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. \ No newline at end of file +https://www.contributor-covenant.org/translations. diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 0277ddc62..bab7fad63 100644 --- a/README.md +++ b/README.md @@ -223,11 +223,11 @@ public discussion groups, you agree to release your code under the terms of the BSD license that you can find in the [COPYING][1] file included in the Redis source distribution. -Please see the [CONTRIBUTING][2] file in this source distribution for more +Please see the [CONTRIBUTING.md][2] file in this source distribution for more information. For security bugs and vulnerabilities, please see [SECURITY.md][3]. [1]: https://github.com/redis/redis/blob/unstable/COPYING -[2]: https://github.com/redis/redis/blob/unstable/CONTRIBUTING +[2]: https://github.com/redis/redis/blob/unstable/CONTRIBUTING.md [3]: https://github.com/redis/redis/blob/unstable/SECURITY.md Redis internals