From cb726888253b67c01f317ea3b0d0aaf73cbece86 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 6 Nov 2016 14:59:41 +0200 Subject: [PATCH] Articles. --- ContributorGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContributorGuidelines.md b/ContributorGuidelines.md index edd6930..02f9175 100644 --- a/ContributorGuidelines.md +++ b/ContributorGuidelines.md @@ -16,7 +16,7 @@ We write MicroPython in C not to keep writing code in C. We write it to let us a So, while we cannot achieve full CPython compatibility in MicroPython, we want to have as complete as possible, CPython-compatible standard library written in Python, there's a separate project for that: https://github.com/micropython/micropython-lib . -But note that even micropython-lib has its pretty well defined scope: it's for Python standard library modules, plus, as an exception, to modules we consider to be part of "standard MicroPython library". micropython-lib is not intended to become single destination (or outright dump) of all modules MicroPython. Instead, we would like to achieve the same model as used by Python in general: there's a wide community, with multitude of modules maintained by individual members of it. +But note that even micropython-lib has its pretty well defined scope: it's for Python standard library modules, plus, as an exception, to modules we consider to be part of "standard MicroPython library". micropython-lib is not intended to become the single destination (or an outright dump) of all modules MicroPython. Instead, we would like to achieve the same model as used by Python in general: there's a wide community, with multitude of modules maintained by individual members of it. Summing up, you have 3 choices where to contribute with MicroPython development: