From 29adbef095c04e21a691e912671e4ec21082b047 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 18 Feb 2017 14:34:03 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb0a3ccae..6b3443f61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.