docs: improve readme structure - #576
Conversation
Reorganize sections and update community and contributing information.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
|
||
| For custom devnet configurations, go to `lean-quickstart/local-devnet/genesis/validator-config.yaml` and edit the file before running the command above. See `lean-quickstart`'s documentation for more details on how to configure the devnet. | ||
|
|
||
| ## Contributing |
There was a problem hiding this comment.
Moved to the bottom of the readme
🤖 Kimi Code ReviewThis PR contains documentation-only changes to No code correctness, security, or consensus issues found — the diff consists solely of markdown section reorganization. Documentation structure observations:
Action required: None. The PR is safe to merge. Note: As this contains no Rust code, consensus logic, or cryptographic implementations, no security audit of execution paths, memory safety, or SSZ/XMSS validation was applicable. Automated review by Kimi (Moonshot AI) · kimi-k2.5 · custom prompt |
🤖 Codex Code ReviewNo findings. This PR only reorganizes Residual note: I did not run tests because the change is documentation-only and there are no executable code changes to validate. Automated review by OpenAI Codex · gpt-5.4 · custom prompt |
🤖 Claude Code ReviewConfirmed: both Automated review by Claude (Anthropic) · sonnet · custom prompt |
Reorganize sections and update community and contributing information.
🗒️ Description / Motivation
What Changed
Correctness / Behavior Guarantees
Tests Added / Run
Related Issues / PRs
✅ Verification Checklist
make fmt— cleanmake lint(clippy with-D warnings) — cleanmake test(cargo test --workspace --profile release-fast) — all passing