Create CONTRIBUTING.md

This commit is contained in:
Jamie Hardt
2022-11-04 13:22:39 -07:00
committed by GitHub
parent 8e043b7175
commit 68d38f8ed5

9
CONTRIBUTING.md Normal file
View File

@@ -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
```