summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-15 14:41:19 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-15 14:41:19 +0100
commita826d41cd880d4aea907f68351c4bc1414d2575c (patch)
tree84e83e2e0605c9d7c021f754547b1be59cbc28ab
parent3e3104abe4ec048b6968e6f8a6eea73cc59d418a (diff)
downloadpsutil-a826d41cd880d4aea907f68351c4bc1414d2575c.tar.gz
update doc
-rw-r--r--docs/DEVGUIDE.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/DEVGUIDE.rst b/docs/DEVGUIDE.rst
index e07d977e..0ec64c3c 100644
--- a/docs/DEVGUIDE.rst
+++ b/docs/DEVGUIDE.rst
@@ -104,6 +104,7 @@ Make a pull request
- commit your changes: ``git commit -am 'add some feature'``
- push to the branch: ``git push origin new-feature``
- create a new pull request by via github web interface
+- remember to update `HISTORY.rst`_ and `CREDITS`_ files.
Continuous integration
======================
@@ -187,3 +188,5 @@ These are notes for myself (Giampaolo):
.. _`RsT syntax`: http://docutils.sourceforge.net/docs/user/rst/quickref.htm
.. _`sphinx`: http://sphinx-doc.org
.. _`Travis`: https://travis-ci.org/giampaolo/psuti
+.. _`HISTORY.rst`: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
+.. _`CREDITS`: https://github.com/giampaolo/psutil/blob/master/CREDITS