From c8326c490f3ccd40f388e26b8e5e0931462e58a3 Mon Sep 17 00:00:00 2001 From: pfalcon Date: Fri, 26 Dec 2014 09:49:14 -0800 Subject: [PATCH] Add ContributorGuidelines --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 51124cc..d45a4fc 100644 --- a/Home.md +++ b/Home.md @@ -33,6 +33,7 @@ This module allows access to the internal peripherals of the microcontroller chi Some developer related information can be found here: [[pyb module|pyb module]]. But the user centric information is on the [main site](http://micropython.org/). ### Development +* [[ContributorGuidelines]] - get to know MicroPython approach. * [[DevelWorkflow]] - suggested development workflow for contributors. * [[Internals]] - some notes on VM/interpreter internals. * [[Servos|Servos]] - how should we implement Servos