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.