summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 15:50:07 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 15:50:07 +0200
commit7786cd8eff5680938c260520ae5b81a9cdc762ff (patch)
treee1c2920010038cc6cdce9d2ce9b097320e99c116
parentde8734dff352b6b18e4e557aa5cfe244ccc32f00 (diff)
downloadpsutil-7786cd8eff5680938c260520ae5b81a9cdc762ff.tar.gz
update DEVGUIDE
-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
======================