From cc3192e7050313473aa85a05f9201d9efa5a125d Mon Sep 17 00:00:00 2001 From: Konrad Iturbe Date: Mon, 17 Jun 2019 23:50:57 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..306adcc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +## Contributing: + +#### Styleguide: + +- run autopep8 before commit +- use functions that are already defined +- try to follow the following structure: + - init functions + - /gp/ call functions + - main control functions (record, mode, tag...) + - media + - metadata/status everything else +- always test your changes with a camera +- python3.6 and newer only! + +#### Testing: + +#### PR: