Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

33 lines (17 loc) · 1.37 KB

How to contribute to MCPR

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability in MCPR, and instead to refer to our security policy.

  • 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, and 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?

  • Suggest your change in the MCPR Slack Group and start writing code.

  • Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.

Do you have questions about the source code?

Thanks!

Noah Prail

This CONTRIBUTING.md file was adapted from the Rails CONTRIBUTING.md