Skip to content

Commit add146d

Browse files
authored
Update contribution guidelines
1 parent 8eec24f commit add146d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CONTRIBUTING.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ See below for detailed instructions on how to do this via the GitHub web interfa
2424
2525
### Package entry example
2626
```yaml
27-
- arduino-iot-cloud-py:
28-
name: Arduino IoT Cloud Python client
29-
url: https://github.com/arduino/arduino-iot-cloud-py
30-
author: Developer or maintainer descriptor
31-
description: A Python client for the Arduino IoT cloud, which runs on both CPython and MicroPython.
32-
tags: ["cloud", "iot"]
27+
- name: Arduino Modulino
28+
url: https://github.com/arduino/arduino-modulino-mpy
29+
author: Arduino
30+
description: A MicroPython library to control Arduino Modulinos.
31+
docs: https://github.com/arduino/arduino-modulino-mpy/blob/main/docs/api.md
32+
tags: ["sensors", "actuators"]
33+
license: Mozilla Public License Version 2.0
3334
```
3435
3536
@@ -61,4 +62,4 @@ description, making it clear that the URL is intentionally being removed or chan
6162
This repository is not an appropriate place to request support or report problems with a package. Check the package's
6263
own documentation for instructions.
6364
64-
If the problem is about something else, please submit an issue report [here](https://github.com/arduino/package-index-py/issues/new).
65+
If the problem is about something else, please submit an issue report [here](https://github.com/arduino/package-index-py/issues/new).

0 commit comments

Comments
 (0)