Contributing¶
Thanks for helping improve 10xDevelopers.
Local setup¶
- Clone the repository and enter it:
- Create a local environment and install dependencies: Manual alternative:
- Run docs locally:
Contribution flow¶
- Create a branch: or
- Make changes following the existing docs structure/style.
- Test locally with
make serve(andmkdocs buildbefore opening PR if possible). - Commit with a clear message.
- Push your branch and open a PR to
main.