From 77571225987d1bec69f6486cafddb25060783a72 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Mon, 27 May 2019 08:58:41 +0200 Subject: [PATCH] docs: add contribution guidelines link to README and also show dev branch status in CI build Signed-off-by: Ron Evans --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57be62e..1bed8e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TinyGo Drivers -[![GoDoc](https://godoc.org/github.com/tinygo-org/drivers?status.svg)](https://godoc.org/github.com/tinygo-org/drivers) [![CircleCI](https://circleci.com/gh/tinygo-org/drivers/tree/master.svg?style=svg)](https://circleci.com/gh/tinygo-org/drivers/tree/master) +[![GoDoc](https://godoc.org/github.com/tinygo-org/drivers?status.svg)](https://godoc.org/github.com/tinygo-org/drivers) [![CircleCI](https://circleci.com/gh/tinygo-org/drivers/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/drivers/tree/dev) This package provides a collection of hardware drivers for devices that can be used together with [TinyGo](https://tinygo.org). @@ -81,7 +81,9 @@ func main() { ## Contributing -This collection of drivers is part of the [TinyGo](https://github.com/tinygo-org/tinygo) project. Patches are welcome but new drivers should follow the patterns established by similar existing drivers. +Your contributions are welcome! + +Please take a look at our [CONTRIBUTING.md](./CONTRIBUTING.md) document for details. ## License