Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.07 KB

CONTRIBUTING.md

File metadata and controls

49 lines (34 loc) · 2.07 KB

How to contribute to Minitest-Proptest

Reporting Security Issues

Please do not report security vulnerabilities through public GitHub issues.

Instead, please reference SECURITY.md for specific instructions. In short, please email a maintainer, using encrypting your message with the maintainer's PGP key if possible.

Did you find a problem?

Whether the problem is related to code, documentation or other issues with Minitest-Proptest, please refer to this checklist.

  • Please do not report security vulnerabilities through public GitHub issues. Please refer to SECURITY.md for specific reporting instructions.

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

  • If no outstanding issue exists, please open a new issue. If possible, please include a code sample or an executable test case demonstrating the problem you've encountered.

Did you write a patch which fixes a bug or adds a feature?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution, and include the relevant issue number if one exists.

  • Please make sure that the new functionality is covered by tests. If the patch addresses a bug, please make sure to add the inputs known to trigger the bug in a test to prevent regressions.

  • Before submitting, please familiarize yourself with the Contributor Code of Conduct.