Skip to content

Commit be425cf

Browse files
authored
feat(moderation): Add more checklist messages (#3662)
1 parent e225bc9 commit be425cf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

apps/frontend/src/components/ui/ModerationChecklist.vue

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,18 @@ const steps = computed(() =>
426426
resultingMessage: `## Misuse of Title
427427
Per section 5.2 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#miscellaneous) we ask that you limit the title to just the name of your project. Additional information, such as themes, tags, supported versions or loaders, etc. should be saved for the Summary or Description. When changing your project title, remember to also ensure that your project slug (URL) matches and accurately represents your project.`,
428428
},
429+
{
430+
name: "Minecraft title",
431+
resultingMessage: `## Project Title
432+
Projects must not use Minecraft's branding or include "Minecraft" as a significant part of the title.
433+
The title of your project may be confusingly similar to the game, and we encourage you to change your title to avoid a potential violation of Minecraft's Usage Guidelines.
434+
Abbreviations like "MC" or elaborate titles that do not make the name Minecraft a significant portion of the name are okay.`,
435+
},
436+
{
437+
name: "Title similarities",
438+
resultingMessage: `## Project Branding
439+
Per section 1.8 of [Modrinth's Content Rules](https://modrinth.com/legal/rules) we ask that you change your project title and other relevant branding to avoid causing confusion or implying association with existing projects.`,
440+
},
429441
],
430442
},
431443
{
@@ -472,6 +484,12 @@ Per section 5.3 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#m
472484
473485
This is the first thing most people will see about your mod other than the Logo, so it's important it be accurate, reasonably detailed, and exciting.`,
474486
},
487+
{
488+
name: "Non-english",
489+
resultingMessage: `## No English Summary
490+
Per section 2.2 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#accessibility) a project's Summary and Description must be in English, unless meant exclusively for non-English use, such as translations.
491+
You may include your non-English Summary but we ask that you also add an English translation.`,
492+
},
475493
],
476494
},
477495
{
@@ -636,6 +654,15 @@ For a brief rundown of how this works:
636654
resultingMessage: `## Unrelated Gallery Images
637655
Per section 5.5 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#miscellaneous) any images in your project's Gallery must be relevant to the project and also include a Title.`,
638656
},
657+
{
658+
name: "Insufficient images",
659+
resultingMessage: `## Insufficient Gallery Images
660+
We ask that projects like yours show off their content using images in the Gallery, or optionally in the Description, in order to effectively and clearly inform users of its content per section 2.1 of [Modrinth's content rules](https://modrinth.com/legal/rules#general-expectations).
661+
Keep in mind that you should:
662+
- Set a featured image that best represents your project.
663+
- Ensure all your images have titles that accurately label the image, and optionally, details on the contents of the image in the images Description.
664+
- Upload any relevant images in your Description to your Gallery tab for best results.`,
665+
},
639666
],
640667
},
641668
{

0 commit comments

Comments
 (0)