index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2022-01-30 21:08:30 +0100 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2022-01-30 21:11:37 +0100 |
commit | 8d2d779ec1287b349ea55c91df80ae8788362c1f (patch) | |
tree | c5d44e1899ea799b5ac840bba14b79019ea5c93a /CONTRIBUTING.rst | |
parent | 6c1b4663d919e01b80f6d1c941c97aa18fdaf894 (diff) |
-rw-r--r-- | CONTRIBUTING.rst | 8 |
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bffc49d..3c80f6e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -19,6 +19,14 @@ All ash and bash scripts are linted using shellcheck: make lint +Changelog +========= + +When adding, changing or removing something in a merge request, add a sentence to the `CHANGELOG.rst <CHANGELOG.rst>`_ +explaining it. +The changelog entry needs to be added to the unreleased section at the top, as that section is used for the next +release. + Testing ======= |