Skip to content

Commit b3bca00

Browse files
authored
Initial CONTRIBUTING doc
1 parent 5915c1f commit b3bca00

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Contribution
2+
------------
3+
4+
[ciscosparkapi](https://github.com/CiscoDevNet/ciscosparkapi) is a community
5+
development project. Feedback, thoughts, ideas and code contributions are
6+
most welcome!
7+
8+
**How to contributed feedback, issues, thoughts and ideas...**
9+
10+
Please use the [issues](https://github.com/CiscoDevNet/ciscosparkapi/issues)
11+
log. to report issues or post ideas for enhancement or discussion.
12+
13+
**Interested in contributing code?**
14+
15+
1. 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.
16+
2. Fork a copy of the repository.
17+
3. Add your code to your forked repository.
18+
4. We follow PEP8 fairly strictly for this project. Please make sure your code passes the lint tests (we use `flake8` for linting). Just run `make lint`.
19+
5. Submit a **pull request**. If everything looks good, we will gladly merge your request.

0 commit comments

Comments
 (0)