summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 17:17:32 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 17:17:32 +0200
commit684ad76d471922b1a722517e8f6f2617597c0cb9 (patch)
treeef2b89a05e99ef801f3f0ca1ef0e2d87d1a734b5
parentd1d20cc92ddfe3b054dc9d406852f230e3f6ef81 (diff)
parent7786cd8eff5680938c260520ae5b81a9cdc762ff (diff)
downloadpsutil-802-wrap-numbers.tar.gz
Merge branch 'master' into 802-wrap-numbers802-wrap-numbers
-rw-r--r--DEVGUIDE.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEVGUIDE.rst b/DEVGUIDE.rst
index c4ddc52d..6a0f08fc 100644
--- a/DEVGUIDE.rst
+++ b/DEVGUIDE.rst
@@ -101,6 +101,16 @@ Typical process occurring when adding a new functionality (API):
- update ``README.rst`` (if necessary).
- make a pull request.
+===================
+Make a pull request
+===================
+
+- fork psutil
+- create your feature branch (``git checkout -b my-new-feature``)
+- commit your changes (``git commit -am 'add some feature'``)
+- push to the branch (``git push origin my-new-feature``)
+- create a new pull request
+
======================
Continuous integration
======================