ciscosparkapi is a community development project. Feedback, thoughts, ideas and code contributions are most welcome!
How to contributed feedback, issues, thoughts and ideas...
Please use the issues log. to report issues or post ideas for enhancement or discussion.
Interested in contributing code?
- Check for open [issues] or create a new 'issue' for the item you want to work on, and make sure to comment and let us know that you are working on it.
- Fork a copy of the repository.
- Add your code to your forked repository.
- We follow PEP8 fairly strictly for this project. Please make sure your code passes the lint tests (we use
flake8
for linting). Just runmake lint
. - Submit a pull request. If everything looks good, we will gladly merge your request.