Contributing
OpenRPC is open source and open to feedback and contributions from the community!
Requirements
Getting Started
Fork or clone this repository, then run the following.
cd openrpc
poetry shell
poetry install
pre-commit install
pre-commit run
Start hacking!
Pull Requests
- Pull requests should target the
develop
branch. - An issue should be made for any substantial changes.
- Commit messages should follow the Conventional Commits specification.
- Use type annotations.
- Code style Black.