runtime(doc): update Vim policy
Commit:
https://github.com/vim/vim/commit/e89efc22be5f2fa04f3e072f62303845fbc7b1b3
Author: shane.xb.qian <[email protected]>
Date: Tue Sep 23 20:09:18 2025 +0000
runtime(doc): update Vim policy
closes: https://github.com/vim/vim/issues/18372
Signed-off-by: shane.xb.qian <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt
index 70176f831..85bc7d7e6 100644
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -1,4 +1,4 @@
-*develop.txt* For Vim version 9.1. Last change: 2025 Sep 07
+*develop.txt* For Vim version 9.1. Last change: 2025 Sep 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -424,6 +424,14 @@ The basic steps to make changes to the code:
For any non-trivial change, please always create a pull request on github,
since this triggers the test suite.
+A PR should ideally contain a single commit for a single logical change.
+However, you can include several commits if you want to group multiple
+logical, atomic changes in one PR. This can also make longer PRs easier to
+review. Be sure to describe the reasoning for your changes in each commit
+message, as this greatly helps with the review process. In cases where each
+commit handles different logical changes, they will also be applied as
+separate patches in Vim’s repository.
+
*style-clang-format*
sound.c and sign.c can be (semi-) automatically formatted using the
`clang-format` formatter according to the distributed .clang-format file.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1v19Pk-007GvO-Ei%40256bit.org.