Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.54 KB

How to contribute to OpenHPC

General information about participating in the OpenHPC project can be found at the OpenHPC Community site. The instructions below are specifically for opening issues and pull requests against OpenHPC.

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one.

  • You may also send a message to the OpenHPC user mailing list.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. If there is an existing GitHub issue open describing this bug, please include it in the description so we can close it.

  • Ensure the PR is based on the latest branch of the OpenHPC GitHub repository.

  • Before submitting, please read the Contributing to OpenHPC wiki. In particular, note that all git commits contributed to OpenHPC require a Signed-off-by: line.

Do you have a component suggestion for inclusion in the OpenHPC distribution?