diff --git a/src/content/rules/merge-correctly.mdx b/src/content/rules/merge-correctly.mdx index f93415e..78c695b 100644 --- a/src/content/rules/merge-correctly.mdx +++ b/src/content/rules/merge-correctly.mdx @@ -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.