summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2025-11-25 09:33:17 +0100
committerMichael Albinus <michael.albinus@gmx.de>2025-11-25 09:33:17 +0100
commit6d600f492a722dc43a11e90676cf8ecac092f029 (patch)
treefacab03f20962b11dc14d3c636ae3e372cb5f843 /CONTRIBUTE
parent0d1bb23d8caf36f6f9bf8cd073aeca557112830c (diff)
Add etc/NEWS style rules
* CONTRIBUTE (Documenting your changes): Refer to admin/notes/documentation. * admin/notes/documentation: Add etc/NEWS style rules. (Bug#79851)
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index be10dbda8b3..ed42c4b8116 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -142,7 +142,8 @@ the convention of leaving 2 spaces between sentences.
For more specific tips on Emacs's doc style, see
https://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html
-Use 'checkdoc' to check for documentation errors before submitting a patch.
+and see the file admin/notes/documentation. Use 'checkdoc' to check for
+documentation errors before submitting a patch.
** Testing your changes