add contributing to README

This commit is contained in:
WAKAYAMA Shirou 2014-04-29 15:34:48 +09:00
parent f187906bf2
commit c0eb515899
1 changed files with 13 additions and 2 deletions

View File

@ -142,11 +142,22 @@ New BSD License (same as psutil)
Related works Related works
----------------------- -----------------------
So many thanks!
- psutil: http://pythonhosted.org/psutil/ - psutil: http://pythonhosted.org/psutil/
- dstat: https://github.com/dagwieers/dstat - dstat: https://github.com/dagwieers/dstat
- gosiger: https://github.com/cloudfoundry/gosigar/ - gosiger: https://github.com/cloudfoundry/gosigar/
- goprocinfo: https://github.com/c9s/goprocinfo - goprocinfo: https://github.com/c9s/goprocinfo
- go-ps: https://github.com/mitchellh/go-ps - go-ps: https://github.com/mitchellh/go-ps
I have referenced these great works.
How to Contributing
---------------------------
1. Fork it
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 new Pull Request
My engilsh is terrible, documentation or correcting comments are also
welcome.