diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-26 18:56:58 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-26 18:56:58 (GMT) |
| commit | 21245bf9187e41312f871385a8f7a8b18affaa91 (patch) | |
| tree | f92cb3d5b2fdd5fa1a234007a4fc23d53b8aaeb8 /docs | |
| parent | b33105d1e12111ddc8a77a82473b87e08f6f4f8c (diff) | |
docs: contributing: Add a simple style guide
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 15f3390..917359d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -32,6 +32,12 @@ the wasp-os community, are expected to meet the community guidelines described in the project's code of conduct when interacting within all community spaces (including the wasp-os github presence). +Coding Style +------------ + +wasp-os uses a similar coding style as micropython and, in particular, Python +code is expected to follow :pep:`8`. + Developer Certificate of Origin ------------------------------- |
