summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
======================