Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 1.21 KB

Contribution Guidelines

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.

    Be sure to include a title and clear description, as much relevant information as possible.

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. Include the relevant issue number if applicable.

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

  • Open a new GitHub issue describing the new feature or change to an existing one.

  • Add the enhancement label to the issue.

  • Write your code and test it.

  • Open a new GitHub pull request with the new feature.

  • Ensure the PR description clearly describes the changes made. Include the relevant issue number.

Thanks!

This OpenShift provision project is a volunteer effort. We welcome any help in making this project better!