diff options
| 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) | |
| download | archiso-8d2d779ec1287b349ea55c91df80ae8788362c1f.tar.gz archiso-8d2d779ec1287b349ea55c91df80ae8788362c1f.tar.bz2 | |
Add info about adding a changelog entry for merge requests
CONTRIBUTING.rst:
Add info about adding a changelog entry for merge requests, explaining where in the file it needs to be added.
Diffstat (limited to 'CONTRIBUTING.rst')
| -rw-r--r-- | CONTRIBUTING.rst | 8 |
1 files changed, 8 insertions, 0 deletions
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 ======= |
