Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.43 KB

CONTRIBUTING.md

File metadata and controls

51 lines (34 loc) · 2.43 KB

Welcome to Ceph NVMe-oF Gateway contributing guide

New contributor guide

The Ceph NVMe-oF Gateway project pivots around 2 other major Open Source projects:

Engage with the community

Besides the regular Ceph community channels, the NVMe-oF Gateway team can be specifically reached at:

Report issues

If you find an issue, identify whether the issue comes from the NVMe-oF Gateway, or any of the underlying components:

Submit changes

Coding conventions

This project follows:

Commit format

When committing your changes:

Testing

TODO.

Pull request

Refer to Ceph's "Submitting Patches to Ceph" documentation, with the difference that:

  • This project uses GitHub Issues instead of the Ceph Tracker,
  • Therefore commits and pull requests should use the Fixes: #12345 syntax (where #12345 is the GitHub issue number), instead of the Fixes: https://tracker.ceph.com....

Documentation

TODO: No documentation is yet in place.