Contributing¶
Pull Request Checklist¶
- Make sure your change does not break idempotency tests. See Testing (or let CI run the tests for you if you are certain it is idempotent.) If a task cannot be made idempotent, add the tag molecule-idempotence-notest.
- Unless a change is small or doesn't affect users, create an issue on github.
- Push your branch to your fork and open a Pull request across forks.
- Add GitHub labels as appropriate.
Development Guide¶
See the Openshift development guide for details on how to deploy on Openshift.
Docs Testing¶
Cross-platform:
pip install mkdocs pymdown-extensions mkdocs-material mike mkdocs-git-revision-date-plugin
Then:
mkdocs serve