Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 1.25 KB

How to Contribute to Pipetest

Did you find a bug?

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

If you are unable to find an open issue addressing the problem please open a new one. Please be as specific as possible when reporting the issue. Include the observed behavior as well as what you thought should have happened. Please also provide environmental details like Pipetest version, shell, OS, etc...

Did you write a patch that fixes a bug?

Open a new GitHub pull request with the patch. Refer to the Development section of the README for the details on how to run the unit tests. Please make sure that unit tests pass on Travis CI.

Pull request must contain changes that add new features, fix bugs, or fix incorrect documentation. Unsolicited pull requests that only contain formatting changes like indentation, or line length, or letter case will be rejected.

Do you want to contribute the Pipetest documentation?

Documentation can always be improved! Right now there is just the README use as single point of documentation.

Thanks for contributing!