From 29ee91d01e307a285901d66a8b2ca847281cb84e Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Tue, 27 Aug 2019 20:48:49 -0400 Subject: [PATCH] add 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..129930a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing + +We welcome external contributions to this project. For ideas for new functionality, we recommend first opening an issue so we can discuss whether it makes sense for the project. + +## Contribution process + +1. Open a pull request. If possible, please include thorough tests of the new code. +2. If you have not already signed a contributor agreement, we will request that you sign one. We use Adobe Sign for this so it's very quick and easy. Note that we cannot look at your pull request until a contributor agreement is signed. +3. We will then review your pull request and possibly ask for changes.