Update CONTRIBUTING.md

This commit is contained in:
Ines Montani 2017-02-18 14:34:03 +01:00 committed by GitHub
parent 67991b6e5f
commit 29adbef095
1 changed files with 1 additions and 3 deletions

View File

@ -45,14 +45,12 @@ To distinguish issues that are opened by us, the maintainers, we usually add a
## Contributing to the code base
Coming soon.
You don't have to be an NLP expert or Python pro to contribute, and we're happy to help you get started. If you're new to spaCy, a good place to start is the [`help wanted (easy)`](https://github.com/explosion/spaCy/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted+%28easy%29%22) label, which we use to tag bugs and feature requests that are easy and self-contained. If you've decided to take on one of these problems and you're making good progress, don't forget to add a quick comment to the issue. You can also use the issue to ask questions, or share your work in progress.
### Conventions for Python
Coming soon.
### Conventions for Cython
Coming soon.