contributor_guide.rst 494 B

12345678910111213141516
  1. Contributor Guide
  2. =================
  3. This section has information on how to contribute to CloudBridge development,
  4. and a walkthrough of the process of getting started on developing a new
  5. CloudBridge Provider.
  6. .. toctree::
  7. :maxdepth: 1
  8. Design Goals <design_goals.rst>
  9. Design Decisions <design_decisions.rst>
  10. Testing <testing.rst>
  11. Pull Request CI <pull_request_ci.rst>
  12. Provider Development Walkthrough <provider_development.rst>
  13. Release Process <release_process.rst>