From 68d38f8ed5a08c6fb67ddd8493e3bc9dddc377e0 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 4 Nov 2022 13:22:39 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md 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 +```