diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2017-03-25 15:14:18 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2017-03-25 15:14:18 +0100 |
commit | 533fba446d7f11e0b09f0942e773cebda319dcd0 (patch) | |
tree | a898b35b7455fc8f3a9a329c0ef05fa5bc6671f1 /doc/source/dev/gitwash/development_workflow.rst | |
parent | 6a4858cc1b416bbff014d520a2725cbc25e7d7c4 (diff) | |
download | numpy-533fba446d7f11e0b09f0942e773cebda319dcd0.tar.gz |
DOC: add BENCH prefix to documented commit prefixes
Diffstat (limited to 'doc/source/dev/gitwash/development_workflow.rst')
-rw-r--r-- | doc/source/dev/gitwash/development_workflow.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index 83464bf47..5476e3202 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -174,6 +174,7 @@ what not to do; the reader has to go look for context elsewhere. Standard acronyms to start the commit message with are:: API: an (incompatible) API change + BENCH: changes to the benchmark suite BLD: change related to building numpy BUG: bug fix DEP: deprecate something, or remove a deprecated object |