From c0eb515899789c50d419affff94f6e1ff92eeda0 Mon Sep 17 00:00:00 2001 From: WAKAYAMA Shirou Date: Tue, 29 Apr 2014 15:34:48 +0900 Subject: [PATCH] add contributing to README --- README.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5b763a6..b0de194 100644 --- a/README.rst +++ b/README.rst @@ -142,11 +142,22 @@ New BSD License (same as psutil) Related works ----------------------- -So many thanks! - - psutil: http://pythonhosted.org/psutil/ - dstat: https://github.com/dagwieers/dstat - gosiger: https://github.com/cloudfoundry/gosigar/ - goprocinfo: https://github.com/c9s/goprocinfo - 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.