Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT authored Jun 17, 2019
1 parent 75fa539 commit cc3192e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit cc3192e

Please sign in to comment.