From 874ce25ab7e157da0f408e86465014edd229536d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 9 Feb 2015 14:16:22 +0800 Subject: [PATCH] Add ContributorGuidelines --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c9623b9..3de052c 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,5 @@ Welcome to the micropython-lib wiki! -* This homepage is just a temporary stub, for now the best place to find information on micropython-lib is the [README](https://github.com/micropython/micropython-lib/blob/master/README.md), the [micropython forum](http://forum.micropython.org/index.php), and the source itself. Feel free to improve this situation by adding documentation pages here! \ No newline at end of file +* This homepage is just a temporary stub, for now the best place to find information on micropython-lib is the [README](https://github.com/micropython/micropython-lib/blob/master/README.md), the [micropython forum](http://forum.micropython.org/index.php), and the source itself. Feel free to improve this situation by adding documentation pages here! + +[[ContributorGuidelines]]