docs: add some content to dev section of book (#3183)

This commit is contained in:
Bjerg
2023-06-15 20:48:10 +02:00
committed by GitHub
parent 0d691fee16
commit 0b876de27e
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
# Contribute
<!-- TODO: Add various debugging tips and tricks we use, ways to configure logging, unwinding a node etc. -->
<!-- TODO: Add various debugging tips and tricks we use, ways to configure logging, unwinding a node etc. -->
Reth has docs specifically geared for developers and contributors, including documentation on the structure and architecture of reth, the general workflow we employ, and other useful tips.
You can find these docs [here](https://github.com/paradigmxyz/reth/tree/main/docs).
Check out our contributing guidelines [here](https://github.com/paradigmxyz/reth/blob/main/CONTRIBUTING.md).