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-12345
based ondev
branch - 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 mkdocs
Run build_docs
script in repository root.
./scripts/build_docs.sh
Run MkDocs built-in dev server with following command in repository root.
mkdocs serve
Generated documentation will be available at http://127.0.0.1:8000/
.