diff options
| author | Murilo <murilo@disroot.org> | 2026-01-23 10:41:35 -0300 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2026-04-23 14:33:58 +0200 |
| commit | 0a713ecbc860dafc766ae797fa72236b3e957282 (patch) | |
| tree | c900323a04461219857057fd6ad6f92699e40bac /doc | |
| parent | edda146be0c099e7f540626561c97a188328429c (diff) | |
doc: Clarify that rust crate changes should be done in the same commit.
* doc/contributing.texi (Rust Crates): Add clarification.
Change-Id: Iff45cda11b14640a70a2849fe66ae68f46cb3ba9
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 2062557933..815cf0149c 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1667,6 +1667,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}). |
