Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/rules/merge-correctly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ rationale:
status: Active
rule_context:
mikumod_support: "Planned"
excerpt: Merge lower-status entries into higher-status ones, or newer entries into older ones.
---

Merge from lower entry status to higher entry status, or from newer to older entry.
Entries should be merged following this priority.

1. Merge the **lower-status** entry into the **higher-status** one. For example, merge the "Draft" entry into the "Finished" entry.
2. If the entries has the same status, merge the **newer** entry into the **older** one. For example, merge the entry with ID 1001 into the entry with ID 1000.