You've already forked AstralRinth
forked from didirus/AstralRinth
feat: moderation improvements (#3881)
* feat: rough draft of tool * fix: example doc * feat: multiselect chips * feat: conditional actions+messaages + utils for handling conditions * feat: migrate checklist v1 to new format. * fix: lint issues * fix: severity util * feat: README.md * feat: start implementing new moderation checklist * feat: message assembly + fix imports * fix: lint issues * feat: add input suggestions * feat: utility cleanup * fix: icon * chore: remove debug logging * chore: remove debug button * feat: modpack permissions flow into it's own component * feat: icons + use id in stage selection button * Support md/plain text in stages. * fix: checklist not persisting/showing on subpages * feat: message gen + appr/with/deny buttons * feat: better notification placement + queue navigation * fix: default props for futureProjects * fix: modpack perms message * fix: issue with future projects props * fix: tab index + z index fixes * feat: keybinds * fix: file approval types * fix: generate message for non-modpack projects * feat: add generate message to stages dropdown * fix: variables not expanding * feat: requests * fix: empty message approval * fix: issues from sync * chore: add comment for old moderation checklist impl * fix: git artifacts * fix: update visibility logic for stages and actions * fix: cleanup logic for should show * fix: markdown editor accidental edit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
## Project Title
|
||||
|
||||
Projects must not use Minecraft's branding or include "Minecraft" as a significant part of the title.
|
||||
|
||||
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.
|
||||
|
||||
Abbreviations like "MC" or elaborate titles that do not make the name Minecraft a significant portion of the name are okay.
|
||||
3
packages/moderation/data/messages/title/similarities.md
Normal file
3
packages/moderation/data/messages/title/similarities.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Project Branding
|
||||
|
||||
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.
|
||||
7
packages/moderation/data/messages/title/useless-info.md
Normal file
7
packages/moderation/data/messages/title/useless-info.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## Misuse of Title
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user