Update CONTRIBUTING.md

This commit is contained in:
William Falcon 2019-08-08 05:38:36 -04:00 committed by GitHub
parent d0ccbb8e1c
commit a8abeaf50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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