diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-09 15:50:07 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-09 15:50:07 +0200 |
| commit | 7786cd8eff5680938c260520ae5b81a9cdc762ff (patch) | |
| tree | e1c2920010038cc6cdce9d2ce9b097320e99c116 /DEVGUIDE.rst | |
| parent | de8734dff352b6b18e4e557aa5cfe244ccc32f00 (diff) | |
| download | psutil-7786cd8eff5680938c260520ae5b81a9cdc762ff.tar.gz | |
update DEVGUIDE
Diffstat (limited to 'DEVGUIDE.rst')
| -rw-r--r-- | DEVGUIDE.rst | 10 |
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 ====================== |
