diff options
| author | Eli Zaretskii | 2024-03-16 05:47:41 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-03-16 05:47:41 -0400 |
| commit | cc8a2c57b5eed4045035dfeaf129ce33d7f74733 (patch) | |
| tree | 793edac12eec2ecc8539441e152e7b33fad9ab78 /CONTRIBUTE | |
| parent | 899ea79310d1b8ed78c3fd8ac1784043dd732dbf (diff) | |
| parent | 3b791ebbe173fa18515558acaafbef1f88c51791 (diff) | |
| download | emacs-cc8a2c57b5eed4045035dfeaf129ce33d7f74733.tar.gz emacs-cc8a2c57b5eed4045035dfeaf129ce33d7f74733.zip | |
Merge from origin/emacs-29
3b791ebbe17 ; Fix 'usage:' keyword in Ffile_name_concat doc.
ed48b0d657c ; * CONTRIBUTE: Ask not to use non-ASCII unless necessary.
b708e639d63 ; * src/lread.c (maybe_swap_for_eln): Clarify warning mes...
db027a06976 ; Fix bibtex-biblatex-field-alist docstring typo.
a9be5c7ea92 ; * doc/lispref/control.texi (Conditionals): Add missing ...
db5915f30ba Fix 'with-sqlite-transaction'
fe491173e8f ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671).
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index bdee16eeab4..7c5c07771eb 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -237,6 +237,8 @@ formatting them: | |||
| 237 | particular, gnu.org and fsf.org URLs should start with "https:". | 237 | particular, gnu.org and fsf.org URLs should start with "https:". |
| 238 | 238 | ||
| 239 | - Commit messages should contain only printable UTF-8 characters. | 239 | - Commit messages should contain only printable UTF-8 characters. |
| 240 | However, we ask that non-ASCII characters be used only if strictly | ||
| 241 | necessary, not just for aesthetic purposes. | ||
| 240 | 242 | ||
| 241 | - Commit messages should not contain the "Signed-off-by:" lines that | 243 | - Commit messages should not contain the "Signed-off-by:" lines that |
| 242 | are used in some other projects. | 244 | are used in some other projects. |