runtime(doc): Update README and mention make check to verify
Commit:
https://github.com/vim/vim/commit/80d72aa547ed29054d1b4f4406ba044d76a0b7d5
Author: Christian Brabandt <
c...@256bit.org>
Date: Wed Dec 18 20:13:46 2024 +0100
runtime(doc): Update README and mention make check to verify
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/po/README.txt b/src/po/README.txt
index 801f5e56a..580400743 100644
--- a/src/po/README.txt
+++ b/src/po/README.txt
@@ -177,3 +177,8 @@ For third-party plugins, it is necessary to specify a one-time call to the
bindtextdomain() function in scripts containing translation strings and for
all message strings to add a {package} argument to the gettext() function. For
more information, see ":help package-translation".
+
+COMMITTING CHANGES
+
+Before committing changes to the repo, make sure to run "make check" to verify
+any changes here do not fail the test script (and therefore the CI)