docs: Rename DEVELOPMENT.md to CONTRIBUTING.md. (#1203)

## 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 <noreply@anthropic.com>
This commit is contained in:
Jason Lee 2025-09-04 11:12:18 +08:00 committed by GitHub
parent ee40f65fb5
commit f3ffdb46f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -63,7 +63,7 @@ cargo run
More examples can be found in the `examples` directory. You can run them with `cargo run --example <example_name>`.
Check out [DEVELOPMENT.md](DEVELOPMENT.md) for more details.
Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## Compare to others