forked from mps-youtube/yewtube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONTRIBUTING
More file actions
23 lines (14 loc) · 718 Bytes
/
CONTRIBUTING
File metadata and controls
23 lines (14 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Contributions are very much appreciated!
Pull requests should be based on and submitted to the "develop" branch.
Please raise an issue to discuss what you plan to implement or change before
you start if it is going to involve a lot of work on your part.
Please keep pull requests specific, do not make many disparate changes or
new features in one request. A separate pull request for each feature change
is preferred.
Please ensure your changes work in Python 3.3+ and Windows.
Code conventions:
-----------------
Maximum line length is 80 characters
Follow the line-spacing style that is already in place.
Ensure all functions and classes have a PEP257 compliant docstring and the
code is PEP8 compliant.