doc: improve contributor setup guidance

Expand CONTRIBUTING.md with detailed build prerequisites, Rust toolchain
setup (pinned to 1.94.0), and step-by-step first build instructions.
Add contributing link to README.
This commit is contained in:
jo
2026-03-27 01:09:25 +00:00
committed by Johnathan Corgan
parent 75466ae4e8
commit 4bc30d2b8a
2 changed files with 73 additions and 7 deletions
+6
View File
@@ -232,6 +232,12 @@ Protocol design documentation is in [docs/design/](docs/design/), organized as
a layered protocol specification. Start with
[fips-intro.md](docs/design/fips-intro.md) for the full protocol overview.
If you want to contribute, start with:
- [CONTRIBUTING.md](CONTRIBUTING.md)
- [docs/design/README.md](docs/design/README.md)
- [testing/README.md](testing/README.md)
## Project Structure
```text