From 1e59a3970eba3c02416501725a50d9f2aec9dc9b Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Thu, 6 Jun 2019 12:12:24 +0200 Subject: [PATCH] docs: add note to current/future contributors to please start by opening a GH issue to avoid duplication of efforts Signed-off-by: Ron Evans --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f15e8b5..ce04abc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,8 @@ Please open a Github issue with your problem, and we will be happy to assist. We probably have not implemented it yet. Your contribution adding the hardware support to TinyGo would be greatly appreciated. +Please first open a Github issue. We want to help, and also make sure that there is no duplications of efforts. Sometimes what you need is already being worked on by someone else. + ## How to use our Github repository The `master` branch of this repo will always have the latest released version of the TinyGo drivers. All of the active development work for the next release will take place in the `dev` branch. The TinyGo drivers will use semantic versioning and will create a tag/release for each release.