1
1
openmpi/.github/CONTRIBUTING.md
Howard Pritchard 6b1dbaa65e CONTRIBUTING: add a CONTRIBUTING.md file
[skip ci]

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2017-04-13 10:53:43 -06:00

2.4 KiB

How to contribute to Open MPI

General information about contributing to the Open MPI project can be found at the Contributing to Open MPI webpage. The instructions below are specifically for opening issues and pull requests against Open MPI.

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.

  • For more detailed information on submitting a bug report and creating an issue, visit our Bug Tracking webpage.

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.

  • Before submitting, please read the Contributing to the Open MPI Project FAQ web page, and the SubmittingPullRequests wiki. In particular, note that all git commits contributed to Open MPI require a Signed-off by line.

Do you intend to add a new feature or change an existing one?

Do you have questions about the source code?

Thanks

The Open MPI Team