You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/frontend/src/components/ui/ModerationChecklist.vue
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -426,6 +426,18 @@ const steps = computed(() =>
426
426
resultingMessage:`## Misuse of Title
427
427
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.`,
428
428
},
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
+
},
429
441
],
430
442
},
431
443
{
@@ -472,6 +484,12 @@ Per section 5.3 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#m
472
484
473
485
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.`,
474
486
},
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
+
},
475
493
],
476
494
},
477
495
{
@@ -636,6 +654,15 @@ For a brief rundown of how this works:
636
654
resultingMessage:`## Unrelated Gallery Images
637
655
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.`,
638
656
},
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.`,
0 commit comments