Skip to content

Commit 829c329

Browse files
committed
README: Add explicit section on contributing.
To increase visibility of Contributors' Guidelines and Code Conventions docs.
1 parent 37282f8 commit 829c329

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,13 @@ This will use the included `tools/pydfu.py` script. If flashing the firmware
162162
does not work it may be because you don't have the correct permissions, and
163163
need to use `sudo make deploy`.
164164
See the README.md file in the ports/stm32/ directory for further details.
165+
166+
Contributing
167+
------------
168+
169+
MicroPython is an open-source project and welcomes contributions. To be
170+
productive, please be sure to follow the
171+
[Contributors' Guidelines](https://github.com/micropython/micropython/wiki/ContributorGuidelines)
172+
and the [Code Conventions](https://github.com/micropython/micropython/blob/master/CODECONVENTIONS.md).
173+
Note that MicroPython is licenced under the MIT license, and all contributions
174+
should follow this license.

0 commit comments

Comments
 (0)