[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Document naming convention for work-in-progr
From: |
guix-commits |
Subject: |
branch master updated: doc: Document naming convention for work-in-progress branches. |
Date: |
Mon, 16 Dec 2024 08:40:34 -0500 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 097de97982 doc: Document naming convention for work-in-progress
branches.
097de97982 is described below
commit 097de97982f328a79394b197d3836842bcfbac44
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Dec 16 22:35:45 2024 +0900
doc: Document naming convention for work-in-progress branches.
* doc/contributing.texi (Managing Patches and Branches): Extend doc.
Change-Id: I12253a81fe7c954734e68eba08eb5e8c8a434faa
---
doc/contributing.texi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0125f7d107..d4784de452 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -2362,6 +2362,17 @@ information on some builds and substitute availability.
Once the branch has been merged, the issue should be closed and the
branch deleted.
+@cindex work-in-progress branches, wip
+@cindex wip branches
+Sometimes, a branch may be a work in progress, for example for larger
+efforts such as updating the GNOME desktop. In these cases, the branch
+name should reflect this by having the @samp{wip-} prefix. The QA
+infrastructure will avoid building work-in-progress branches, so that
+the available resources can be better focused on building the branches
+that are ready to be merged. When the branch is no longer a work in
+progress, it should be renamed, with the @samp{wip-} prefix removed, and
+only then should the merge requests be created, as documented earlier.
+
@node Debbugs User Interfaces
@subsection Debbugs User Interfaces
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Document naming convention for work-in-progress branches.,
guix-commits <=