Contributing

Contribution documentation generally assumes that the reader is familiar with Pulp basics. If you have problems, you can contact us or file an issue.

Workflow

  1. Clone the GitHub repo.

  2. Make a change.

  3. Make sure all tests pass.

  4. Add a file into CHANGES folder for user facing changes and CHANGES/plugin_api for plugin API changes.

  5. Commit changes to own pulpcore clone.

  6. Record a demo (1-3 minutes).

  7. Make pull request from github page for your clone against master branch.

Fundamentals

Plugin Development

Developers interested in writing plugins should reference the Pulp Plugin API documentation.

Reference

Suggesting Changes to the Pulp Development Process

Pulp is a community project, and major changes to the way Pulp is developed, such as the release cycle, and style guide, can be proposed:

  • at the Open Floor meeting

  • through the developer mailing list (pulp-dev@redhat.com)

See how to get involved for more information.