Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 1.1 KB

Contributing to the CXL Memory Resource Kit

We welcome your contributions to the CMRK. Please review the following guidelines before submitting any changes.

Prior to Starting Work

  • Use the Ideas category in the discussions forum to get feedback on what you propose to contribute.
  • File an issue in the appropriate repo describing your proposal, its benefits, how you plan to implement it, and how it will be tested.

Submitting a Pull Request

  • Submit pull requests (PRs) following the GitHub fork and pull model.
  • Commits must be signed-off which indicates that you agree to the Developer Certificate of Origin. This is done using the --signoff option when committing your changes.
  • Initial commits must be rebased.
  • In the PR specify which issue the commit addresses, what the commit does, and how it was tested. Also include a concise description of the changes.