Thank you for your interest in contributing to odoo-helper-scripts!
- Fork the repository on GitHub or GitLab
- Create a new branch, e.g.,
git checkout -b bug-12345based ondevbranch - Fix the bug or add the feature
- Add or modify related help message (if necessary)
- Add or modify documentation (if necessary) for your change
- Add changelog entry for your change in Unreleased section
- Commit and push it to your fork
- Create Merge Request or Pull Request
Install MkDocs
pip install mkdocsRun build_docs script in repository root.
./scripts/build_docs.shRun MkDocs built-in dev server with following command in repository root.
mkdocs serveGenerated documentation will be available at http://127.0.0.1:8000/.