Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2022-01-30 21:08:30 +0100
committerDavid Runge <dvzrv@archlinux.org>2022-01-30 21:11:37 +0100
commit8d2d779ec1287b349ea55c91df80ae8788362c1f (patch)
treec5d44e1899ea799b5ac840bba14b79019ea5c93a /CONTRIBUTING.rst
parent6c1b4663d919e01b80f6d1c941c97aa18fdaf894 (diff)
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.rst8
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
=======