From c2991d26768189c7d090b404aae94f8f1c67c4cf Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Mon, 25 Jan 2021 15:18:40 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aefcd6c..2cbccca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # MicroPython Examples Examples to accompany the "Pico Python SDK" book. + +## Contributions + +While we welcome pull requests to contribute further example code, please do not ink to personal sites or to your social media. Contributions which are fully documented with an AsciiDoc description and a Fritzing wiring diagram, e.g. see the [NeoPixel Ring](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/neopixel_ring) example, stand more chance of inclusion. + +Our example code is under the BSD-3-Clause License. Any contributions must be under the same license.