Skip to content

Contributing

Pull Request Checklist

  1. 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.
  2. Unless a change is small or doesn't affect users, create an issue on github.
  3. Push your branch to your fork and open a Pull request across forks.
  4. 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
Click the link it outputs. As you save changes to files modified in your editor, the browser will automatically show the new content.