Skip to content
Open
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
17 changes: 15 additions & 2 deletions src/content/rules/no-duplicate-entries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<BoxGroup>
<RuleEmbed ruleId={79} />
<RuleEmbed ruleId={5} />
</BoxGroup>