Skip to content

Commit 3a20e15

Browse files
authored
Coolbot/moderation updates aug1 (#4103)
* oop, all commas! * Only show slug stuff when needed. * Move status alerts to top of message, getting rid of separators. * redist libs message altered, and now shows on plugins too * Update versions.ts remove unnecessary import Signed-off-by: coolbot <76798835+coolbot100s@users.noreply.github.com> * Tweak summary formatting msg * Update license messages to use flink * reorder link text to match the settings page * add Description clarity button --------- Signed-off-by: coolbot <76798835+coolbot100s@users.noreply.github.com>
1 parent 1c89b84 commit 3a20e15

36 files changed

+81
-46
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Discord:** %PROJECT_DISCORD_URL% \
21
**Issues:** %PROJECT_ISSUES_URL% \
32
**Source:** %PROJECT_SOURCE_URL% \
4-
**Wiki:** %PROJECT_WIKI_URL%
3+
**Wiki:** %PROJECT_WIKI_URL% \
4+
**Discord:** %PROJECT_DISCORD_URL%
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Slug:** `%PROJECT_SLUG%` </br>
2+
3+
**Title issues?**
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**Title:** %PROJECT_TITLE% </br>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Description Clarity
2+
3+
Per section 2 of %RULES% It's important that your Description accurately and honestly represents the content of your project.
4+
Currently, some elements in your Description may be confusing or misleading.
5+
Please edit your description to ensure it accurately represents the current functionality of your project.
6+
Avoid making hyperbolic claims that could misrepresent the facts of your project.
7+
Ensure that your Description is accurate and not likely to confuse users.

packages/moderation/data/messages/description/headers-as-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description Accessibility
22

3-
In accordance with section 2.2 of [Modrinth's Content Rules](https://modrinth.com/legal/rules) we request that `# header`s not be used as body text.
3+
In accordance with section 2.2 of %RULES%, we request that `# header`s not be used as body text.
44

55
Headers are interpreted differently by screen-readers and thus should generally only be used for things like separating sections of your Description.
66

packages/moderation/data/messages/description/image-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Image Descriptions
22

3-
In accordance with section 2.2 of [Modrinth's Content Rules](https://modrinth.com/legal/rules) we ask that you provide a text alternative to your current Description.
3+
In accordance with section 2.2 of %RULES%, we ask that you provide a text alternative to your current Description.
44

55
It is important that your Description contains enough detail about your project that a user can have a full understanding of it from text alone.
66

packages/moderation/data/messages/description/insufficient-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Insufficient Description
22

3-
Per section 2.1 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#general-expectations) your project's Description should clearly inform the reader of the content, purpose, and appeal of your project.
3+
Per section 2.1 of %RULES%, your project's Description should clearly inform the reader of the content, purpose, and appeal of your project.
44

55
Currently, it looks like there are some missing details.
66

packages/moderation/data/messages/description/insufficient-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Insufficient Description
22

3-
Per section 2.1 of [Modrinth's Content Rules](https://modrinth.com/legal/rules#general-expectations) your project's Description should clearly inform the reader of the content, purpose, and appeal of your project.
3+
Per section 2.1 of %RULES%, your project's Description should clearly inform the reader of the content, purpose, and appeal of your project.
44

55
Currently, it looks like there are some missing details.
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Insufficient Description
22

3-
Per section 2.1 of %RULES% your project's Description should clearly inform the reader of the content, purpose, and appeal of your project.
3+
Per section 2.1 of %RULES%, your project's Description should clearly inform the reader of the content, purpose, and appeal of your project.
44

55
Currently, it looks like there are some missing details.
66
%EXPLAINER%
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## No English Description
22

3-
Per section 2.2 of %RULES% a project's [Summary](%PROJECT_SETTINGS_LINK%) and %PROJECT_DESCRIPTION_FLINK% must be in English, unless meant exclusively for non-English use, such as translations.
3+
Per section 2.2 of %RULES%, a project's [Summary](%PROJECT_SETTINGS_LINK%) and %PROJECT_DESCRIPTION_FLINK% must be in English, unless meant exclusively for non-English use, such as translations.
44

55
You may include your non-English Description if you would like but we ask that you also add an English translation of the Description to your project page, if you would like to use an online translator to do this, we recommend [DeepL](https://www.deepl.com/translator).

0 commit comments

Comments
 (0)