diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2d9198e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing to ptulsconv + +## Testing + +Before submitting PRs or patches, please make sure your branch passes all of the unit tests by running Pylint. + +```sh +~/ptulsconv$ pylint +```