From c67d8a8f1fbef01b5408f781f17ce20bc9eba84f Mon Sep 17 00:00:00 2001 From: Murilo Date: Fri, 23 Jan 2026 10:41:35 -0300 Subject: [PATCH] doc: Clarify that rust crate changes should be done in the same commit. * doc/contributing.texi (Rust Crates): Add clarification. Change-Id: Iff45cda11b14640a70a2849fe66ae68f46cb3ba9 --- doc/contributing.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index c0a426db8af..2e258cd8498 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1689,6 +1689,9 @@ can be turned into a version string via @code{git-version}, for example @code{rust-pipewire-0.8.0.fd3d8f7} and @code{rust-pubgrub-0.3.0.b70cf70}. @end table +When contributing Rust packages, we should have all modifications to these +two modules, in the same commit as the package we are contributing. + To avoid merge conflicts with changes from multiple branches, these two modules are maintained by the Rust team (@pxref{Teams}).