From e002a3a8e700b9cf6536a2765cb530f9ecb4eaed Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Fri, 23 Mar 2018 12:38:05 +0100 Subject: [PATCH] docs: another update to contribution guidelines Signed-off-by: Ron Evans --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0febd31..6053393f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,12 +10,16 @@ We'd love to get your feedback on getting started with GoCV. Run into any diffic ### Something in GoCV is not working as you expect -Please open a Github issue with your problem. +Please open a Github issue with your problem, and we will be happy to assist. ### Something you want/need from OpenCV does not appear to be in GoCV We probably have not implemented it yet. Please take a look at our [ROADMAP.md](ROADMAP.md). Your pull request adding the functionality to GoCV would be greatly appreciated. +### You found some Python code on the Internet that performs some computer vision task, and you want to do it using GoCV + +Please open a Github issue with your needs, and we can see what we can do. + ## How to use our Github repository The `master` branch of this repo will always have the latest released version of GoCV. All of the active development work for the next release will take place in the `dev` branch. GoCV will use semantic versioning and will create a tag/release for each release.