summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-05-03 21:17:29 +0300
committerDamien George <damien.p.george@gmail.com>2015-05-03 22:04:52 +0100
commitc4dc1b5c230e2383ea2975d0afd34e11d23ead5d (patch)
treea10780018fb70f96ee9af3751a593019de1a8e47
parent7e7039b53ccc3c02815823bd95fa50da2955b5c1 (diff)
downloadmicropython-c4dc1b5c230e2383ea2975d0afd34e11d23ead5d.tar.gz
micropython-c4dc1b5c230e2383ea2975d0afd34e11d23ead5d.zip
CONTRIBUTING.md: Link to contrib guidelines and code conventions.
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000..06f970607b
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,8 @@
+When reporting an issue and especially submitting a pull request, please
+make sure that you are acquainted with Contributor Guidelines:
+
+https://github.com/micropython/micropython/wiki/ContributorGuidelines
+
+and Code Conventions:
+
+https://github.com/micropython/micropython/blob/master/CODECONVENTIONS.md