summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-10-25 16:15:12 +0100
committerHynek Schlawack <hs@ox.cx>2015-10-25 16:23:04 +0100
commit682443fc1e1d572d52cea0485f96728cb119edbc (patch)
tree45501acb731576c5b2f37dd57a3273d15e85b495 /CONTRIBUTING.rst
parentd9fcd7a679a13862d954564ce2559bedaaee27f5 (diff)
downloadpyopenssl-682443fc1e1d572d52cea0485f96728cb119edbc.tar.gz
Switch to a nicer changelog format
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 7bfce3c..3681fdb 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -38,7 +38,7 @@ These pull requests should satisfy the following properties:
- Pull requests are not allowed to break existing tests.
We usually don't comment on pull requests that are breaking the CI because we consider them work in progress.
Please note that not having 100% code coverage for the code you wrote/touched also causes our CI to fail.
-- Pull requests that introduce features or fix bugs should note those changes in the ``ChangeLog`` text file in the root of the repository.
+- Pull requests that introduce features or fix bugs should note those changes in ``CHANGELOG.rst`` in the root of the repository.
They should also document the changes, both in docstrings and in the documentation in the ``doc/`` directory.
Finally, pull requests must be reviewed before merging.