mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-09-10 08:39:27 +00:00
docs: add contribution guidelines link to README and also show dev branch status in CI build
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# TinyGo Drivers
|
# TinyGo Drivers
|
||||||
|
|
||||||
[](https://godoc.org/github.com/tinygo-org/drivers) [](https://circleci.com/gh/tinygo-org/drivers/tree/master)
|
[](https://godoc.org/github.com/tinygo-org/drivers) [](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).
|
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
|
## 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
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user