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: