From cb77803eba25e0a4757e591da3b143c3c0dee909 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Fri, 23 Jan 2026 23:50:36 +0700 Subject: [PATCH] Clarify "No duplicate entries" rule A little bit of clarification, including what to do when you did a duplicate entry. --- src/content/rules/no-duplicate-entries.mdx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/content/rules/no-duplicate-entries.mdx b/src/content/rules/no-duplicate-entries.mdx index 143df333..9a2aea8c 100644 --- a/src/content/rules/no-duplicate-entries.mdx +++ b/src/content/rules/no-duplicate-entries.mdx @@ -15,8 +15,21 @@ rationale: status: Active rule_context: mikumod_support: "Planned" +excerpt: Do not create duplicate entries, unless for [separating artist personas](/rules/separate-artist-personas). --- -Do not create duplicate entries. +import RuleEmbed from "@/components/markdown/RuleEmbed.astro"; +import { BoxGroup } from "@/components/Box.tsx"; -"Duplicate" artist entries are allowed for separate artist personas. +Do not create duplicate entries of any type. Make sure to check multiple variations of names/aliases of the entry before deciding to create a new entry. + +If you created a duplicate, you can either [report the duplicate entries to be merged](/docs/entry-reports#duplicate-entry) or, as [a trusted user](/docs/trusted-users), [merge the entries](/docs/merging-entries) by yourself. + +One exception of this rule is when creating [separate artist personas](/rules/separate-artist-personas). + +## Related rules + + + + +