From f3ffdb46f54b0b645a10a3af8be2e02b8f61b0ef Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 4 Sep 2025 11:12:18 +0800 Subject: [PATCH] docs: Rename DEVELOPMENT.md to CONTRIBUTING.md. (#1203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Renamed DEVELOPMENT.md to CONTRIBUTING.md for better GitHub homepage visibility - Updated README.md reference to point to the new filename ## Test plan - [x] Verify CONTRIBUTING.md file exists and contains the same content - [x] Confirm README.md link points to correct file - [x] Check that GitHub will now display the contributing guidelines on project homepage 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- DEVELOPMENT.md => CONTRIBUTING.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename DEVELOPMENT.md => CONTRIBUTING.md (100%) diff --git a/DEVELOPMENT.md b/CONTRIBUTING.md similarity index 100% rename from DEVELOPMENT.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 8d83d394..fa5d030b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ cargo run More examples can be found in the `examples` directory. You can run them with `cargo run --example `. -Check out [DEVELOPMENT.md](DEVELOPMENT.md) for more details. +Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more details. ## Compare to others