mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
doc: Recommend a way of resolving merge conflicts for rust PRs.
* doc/contributing.texi (Rust Crates) [Resolving merge conflicts in Pull Requests]: New subsubsection. Change-Id: Icbc5e2da01b6068b6237548f2bd49262433799de
This commit is contained in:
parent
8a6933c84e
commit
f95cb20aab
1 changed files with 10 additions and 0 deletions
|
|
@ -1774,6 +1774,16 @@ entry.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
@subsubsection Resolving merge conflicts in Pull Requests
|
||||||
|
|
||||||
|
For Rust crates, the recommended way to solve merge conflicts is to drop all
|
||||||
|
changes to @code{gnu/packages/rust-crates.scm}, rebase onto the desired branch
|
||||||
|
and run the lockfile importer again, manually adding back all relevant snippets
|
||||||
|
(if any).
|
||||||
|
|
||||||
|
@xref{Common Workflow for Resolving Merge Conflicts on Existing Pull Requests,,, guix-cookbook, GNU Guix Cookbook} for
|
||||||
|
a suggested workflow on resolving merge conflicts.
|
||||||
|
|
||||||
@node Elm Packages
|
@node Elm Packages
|
||||||
@subsection Elm Packages
|
@subsection Elm Packages
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue