All contributions to the rs-clob-client are welcome and greatly appreciated! This document serves to outline the process
for contributions and help you get set up.
- Fork
Polymarket/rs-clob-client - Clone your fork
- Install pre-commit
- Open pull requests with the wip label
against the
mainbranch and include a description of the intended change in the PR description.
Before removing the wip label and submitting a PR for review, make sure that:
- It passes all checks, including lints and tests
- Your fork is up to date with
main
Our main branch, main, represents the current development state of the codebase. All pull requests should be opened
against main.
Please follow the conventional commits standard when naming your PR.