From 7c7f554607a861b4cf9b96fe65e291461a9c92c2 Mon Sep 17 00:00:00 2001 From: ruben Date: Thu, 23 Mar 2023 08:31:46 +0100 Subject: [PATCH] move Contributing.md to docs folder --- README.md | 2 +- CONTRIBUTING.md => docs/CONTRIBUTING.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING.md => docs/CONTRIBUTING.md (100%) diff --git a/README.md b/README.md index 97eeb792..34778bcc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Get more information about this tool in the [contributing][] document. [duvet crate]: https://crates.io/crates/duvet [spec]: https://www.rfc-editor.org/rfc/rfc9114 [report]: https://hyper.rs/h3/ci/compliance/report.html#/ -[contributing]: CONTRIBUTING.md +[contributing]: docs/CONTRIBUTING.md ## Features diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md