From a8abeaf50e7d2a6cdc1c1b2a652d74d7ca5707fd Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 8 Aug 2019 05:38:36 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a328f03498..794f253ae1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,11 @@ What makes sense to you may not make sense to others. Create an issue with an AP #### Gain User Trust As a researcher you can't have any part of your code going wrong. So, make thorough tests that ensure an implementation of a new trick or subbtle change is correct. +## Contribution types +Currently looking for help implementing new features or adding bug fixes. + +A lot of good work has already been done in project mechanics (requirements.txt, setup.py, pep8, badges, ci, etc...) we're in a good state there thanks to all the early contributors (even pre-beta release)! + ## Bug fixes: 1. Submit a github issue. 2. Fix it.