mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-05-13 16:47:54 +00:00
Add a CONTRIBUTING.md
This commit is contained in:
parent
c7636b3aac
commit
4809428de7
1 changed files with 15 additions and 0 deletions
15
CONTRIBUTING.md
Normal file
15
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Pull Requests
|
||||
|
||||
Pull requests should be made against the `working` branch.
|
||||
|
||||
# Coding Guidelines
|
||||
|
||||
In general, I follow strict pep8 and pyflakes. All code must pass these tests. Since we support python 2.4-3.4, pyflakes reports unknown names in python 3. pyflakes is run in python 2.7 only in my tests.
|
||||
|
||||
# Supported Python Versions
|
||||
|
||||
All code needs to support Python 2.4-3.4.
|
||||
|
||||
# Testing
|
||||
|
||||
Currently there are no unit tests, but they are planned.
|
||||
Loading…
Add table
Add a link
Reference in a new issue