aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-09-09 10:18:47 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-09 10:18:47 +0200
commitbd35d89543e124d2273abe7689a6aa997caf09d2 (patch)
treead0596cc8449732245585db4296b484a47616ac9
parent3a6a2b1939ef454d06ffe42ea17c99c442e7f89e (diff)
parent6cca459f1d47c73098f2dcef69e1b3fc3e71e878 (diff)
Merge branch 'main' into emacs-30
-rw-r--r--compat.texi21
1 files changed, 17 insertions, 4 deletions
diff --git a/compat.texi b/compat.texi
index a6ea20b..67c262b 100644
--- a/compat.texi
+++ b/compat.texi
@@ -3412,11 +3412,24 @@ Please note that as a GNU ELPA package, Compat requires contributors
to have signed the
@uref{https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html,
FSF copyright assignment}, before any non-trivial contribution
-(roughly 15 lines of code) can be applied. It is important that you
-provide tests when you contribute new functionality. Compat has 100%
-test coverage by the test suite. We use continuous integration to
-check if patches preserve existing functionality.
+(roughly 15 lines of code) can be applied.
+It is important that you provide tests when you contribute new
+functionality. Compat has 100% test coverage by the test suite. We
+use continuous integration to check if patches preserve existing
+functionality.
+
+Development for the currently stable Emacs version happens in the main
+branch of the Compat Git repository. ELPA-devel nightly builds are
+created from this branch. New features, which are not yet ready to be
+merged directly into the main branch, are developed in feature
+branches. Furthermore the Git repository has a branch emacs-<version>
+where the development for the upcoming Emacs release takes place.
+This branch is separate from the main branch since the new
+functionality should not be made available (neither via ELPA nor
+ELPA-devel) before the new Emacs version has been reasonably
+stabilized, e.g., around the time when the Emacs version branch is
+created in the Emacs repository on Savannah.
@node Function Index
@appendix Function Index