From 0673301df1462d1cca3bdadca3bc7720e65cce7f Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Tue, 18 Aug 2026 14:11:32 -0400 Subject: [PATCH] docs: expose contributing guide to GitHub Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 684fec44-989a-4d0e-a42b-79efbda28933 --- README.md | 2 +- docs/{contributors.md => CONTRIBUTING.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{contributors.md => CONTRIBUTING.md} (99%) diff --git a/README.md b/README.md index 25a3e6c2b..744327476 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ The scripts and documentation in this project are released under the [MIT Licens ## Contributions -Contributions are welcome. See our [Contributor's Guide](docs/contributors.md). +Contributions are welcome. See our [Contributor's Guide](docs/CONTRIBUTING.md). ## Code of Conduct diff --git a/docs/contributors.md b/docs/CONTRIBUTING.md similarity index 99% rename from docs/contributors.md rename to docs/CONTRIBUTING.md index 771e3b7bf..c0458a12e 100644 --- a/docs/contributors.md +++ b/docs/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributors +# Contributing Thank you for contributing!