From 34eb397922680e74aeeca4e60415aacea52c8704 Mon Sep 17 00:00:00 2001 From: pfalcon Date: Sun, 21 Dec 2014 14:50:46 -0800 Subject: [PATCH] Add bridge between 2nd and 3rd section. --- ContributorGuidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ContributorGuidelines.md b/ContributorGuidelines.md index 914c3e6..f3fbff6 100644 --- a/ContributorGuidelines.md +++ b/ContributorGuidelines.md @@ -24,6 +24,8 @@ Summing up, you have 3 choices where to contribute with MicroPython development: * micropython-lib * Maintain your own module or port, as part of general MicroPython community +So, it is worth considering where some change fits better. It may be not immediately obvious either, so it may use some discussing, as described in the following section. + # How to contribute Please make sure you read previous sections to understand MicroPython philosophy and approach. We expect contributors will be aligned with them in general, because otherwise it would be hard to understand why specific change is proposed at all.