Damien George
5093597542
top: Update contribution and commit guide to include optional sign-off.
MicroPython already requires contributors to implicitly sign-off on a set
of points, which are listed in CODECONVENTIONS.md.
This commit adjusts this wording to allow explicit sign-off using the git
"Signed-off-by:" feature. There is no reference made to
https://developercertificate.org/ because the project already has its own
version of this.
Signed-off-by: Damien George <damien@micropython.org>
4 years ago
Damien George
54a54f5872
CODECONVENTIONS.md: Update to reflect use of new tools/codeformat.py.
5 years ago
Damien George
761e4c7ff6
all: Remove trailing spaces, per coding conventions.
7 years ago
Paul Sokolovsky
176aa681f0
CODECONVENTIONS: docs: Markup for None/True/False.
Based on what CPython uses. However, Read The Docs theme styles this
markup in very stand-out way, so we may think what to do about it.
7 years ago
Paul Sokolovsky
e92602ba27
CODECONVENTIONS: Start to describe docs conventions.
7 years ago
Paul Sokolovsky
b8fef67c69
CODECONVENTIONS: Clarify MicroPython changes sign-off process.
In particular, require the real name and email address.
8 years ago
Paul Sokolovsky
299c0a3925
CODECONVENTIONS: Typo fix.
8 years ago
Paul Sokolovsky
cea1c621e0
CODECONVENTIONS.md: Describe git commit messages conventions.
9 years ago
Damien George
0334058fa4
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
9 years ago
Damien George
d136737872
CODECONVENTIONS: Add a short section about how to allocate heap memory.
9 years ago
Garrett Berg
f64e080d9a
CODECONVENTIONS.md: add documentation on putting comments in code.
10 years ago
Damien George
3299f687f5
CODECONVENTIONS.md: Mention macro and enum names.
10 years ago
stijn
9c7d183a94
CODECONVENTIONS.md: Add function/variable/argument naming convention
10 years ago
Paul Sokolovsky
b85bf25e97
CODECONVENTIONS.md: 16-bit ports exist now.
10 years ago
Paul Sokolovsky
2474c2ae94
CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.
10 years ago
Damien George
16ef60fba6
Updated CODECONVENTIONS to clarify use of integer types.
10 years ago
Damien George
90ac822097
Add Python code conventions to CODECONVENTIONS.
11 years ago
Damien
7f7636e41c
Add CODECONVENTIONS, and modify i2c module to conform.
11 years ago