Skip to content

Commit

Permalink
Added Contributing chapter to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
travelist committed Jun 5, 2015
1 parent 6ea7cd6 commit 49b8ccf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ Features

* Send logs and metrics to Zeus
* Query both logs and metrics

Contributing
------------
1. Fork it ( https://github.com/CiscoZeus/python-zeusclient/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

2 comments on commit 49b8ccf

@xyhuang
Copy link
Contributor

@xyhuang xyhuang commented on 49b8ccf Jun 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add a line to emphasize testings, and maybe can also add a reference to CONTRIBUTING.rst?

@marcsolanas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we add anything to the README, It'll be also added to readthedocs. https://cisco-zeus.readthedocs.org/en/latest/
There is already a contribute ssection as well as a usage section. Should we readd them?

Please sign in to comment.