mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 19:55:48 +02:00
maintainers-guide.md: Suggest to use rebase rather than merge (#1887)
This commit is contained in:
parent
92f1203442
commit
9a7a4503d6
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ for the behavior expected of tldr-pages maintainers:
|
||||||
or if the multiple commits are not independent changes.
|
or if the multiple commits are not independent changes.
|
||||||
If the PR author took the time to craft individual,
|
If the PR author took the time to craft individual,
|
||||||
informative commit messages for each commit,
|
informative commit messages for each commit,
|
||||||
use regular merge to honor that work and preserve the history of the changes.
|
use rebase to honor that work and preserve the history of the changes.
|
||||||
|
|
||||||
|
A simple heuristic to follow is that if there are more "dirty" commits
|
||||||
|
than "clean" commits, then prefer squash, else do a rebase.
|
||||||
|
|
||||||
- **Know when and how to say no**.
|
- **Know when and how to say no**.
|
||||||
Sometimes requests or contributions need to be declined,
|
Sometimes requests or contributions need to be declined,
|
||||||
|
|
Loading…
Add table
Reference in a new issue