mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
Update disclosures moderation msgs
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
- Advertisements or sponsored promotions of outside content.
|
||||
- [Advertisements](%DISCLOSURES_FAQ_ADS_LINK%) or sponsored promotions of outside content.
|
||||
|
||||
-2
@@ -1,2 +0,0 @@
|
||||
- AI-generated or assisted content. </br>
|
||||
%R6.1%, proper disclosure of AI usage is strictly required.
|
||||
+1
@@ -0,0 +1 @@
|
||||
- [Functionality](%DISCLOSURES_FAQ_AI_FUNCTIONALITY_LINK%) that relies on or is designed by generative AI.
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- AI-generated or assisted art, assets, or other design elements.
|
||||
- [AI-generated or assisted assets](%DISCLOSURES_FAQ_AI_ASSETS_LINK%), such as textures, audio, or other design elements.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- AI-generated or assisted code.
|
||||
- [AI-generated or assisted code](%DISCLOSURES_FAQ_AI_CODE_LINK%).
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
- Functionality that relies on or is designed by generative AI.
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- AI-generated or assisted writing or text, including translations.
|
||||
- [AI-generated or assisted text](%DISCLOSURES_FAQ_AI_TEXT_LINK%) such as item names, project description, or translations.
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
- [AI-generated or assisted content](%DISCLOSURES_FAQ_AI_CONTENT_LINK%). </br>
|
||||
%R6.1%, proper disclosure of AI usage is strictly required. \
|
||||
Refer to our guidelines on %AI_USAGE_FLINK% for more information.
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- Being archived, or otherwise no longer receiving updates.
|
||||
- [Being archived](%DISCLOSURES_FAQ_ARCHIVE_LINK%), or otherwise no longer receiving updates.
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
- Derivative content, such as code or assets from another project or creator. </br>
|
||||
- [Derivative content](%DISCLOSURES_FAQ_DERIVATIVE_LINK%), such as code or assets from another project or creator. </br>
|
||||
%R4%, you may be required to list the origin of content you did not create here if the content's license requires attribution.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- Features locked behind a paywall, donation, or other monetary exchange.
|
||||
- [Features locked behind a paywall](%DISCLOSURES_FAQ_PAID_LINK%), donation, or other monetary exchange.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- Content that may be dangerous to users with photosensitive epilepsy.
|
||||
- Content that [may be dangerous to users with photosensitive epilepsy](%DISCLOSURES_FAQ_PHOTOSENSITIVITY_LINK%).
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
- Features that interact with the user's machine outside of the context of the game.
|
||||
- Features that interact with the user's machine [outside of the context of the game](%DISCLOSURES_FAQ_EXTERNAL_LINK%).
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
- Telemetry or any other instances of data being sent to a remote server that the user did not connect to. </br>
|
||||
- [Telemetry](%DISCLOSURES_FAQ_TELEMETRY_LINK%), or any instances of data being sent to a remote server that the user did not connect to. </br>
|
||||
%R1.11%, proper disclosure of data collection is strictly required.
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
</br>
|
||||
Additionally, it's important your telemetry's consent model is accurate. In this case, your %PROJECT_TYPE_FORMATTED_LOWER%'s telemetry appears to be "Always active".
|
||||
Additionally, it's important your telemetry's [consent model](%DISCLOSURES_FAQ_TELEMTRY_CONSENT_LINK%) is accurate. In this case, your %PROJECT_TYPE_FORMATTED_LOWER%'s telemetry appears to be "Always active".
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
</br>
|
||||
Additionally, it's important your telemetry's consent model is accurate. In this case, your %PROJECT_TYPE_FORMATTED_LOWER%'s telemetry appears to be "Opt In".
|
||||
Additionally, it's important your telemetry's [consent model](%DISCLOSURES_FAQ_TELEMTRY_CONSENT_LINK%) is accurate. In this case, your %PROJECT_TYPE_FORMATTED_LOWER%'s telemetry appears to be "Opt In".
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
</br>
|
||||
Additionally, it's important your telemetry's consent model is accurate. In this case, your %PROJECT_TYPE_FORMATTED_LOWER%'s telemetry appears to be "Opt Out".
|
||||
Additionally, it's important your telemetry's [consent model](%DISCLOSURES_FAQ_TELEMTRY_CONSENT_LINK%) is accurate. In this case, your %PROJECT_TYPE_FORMATTED_LOWER%'s telemetry appears to be "Opt Out".
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
## Non-English Disclosure Information
|
||||
|
||||
%R2.2%, we ask that you ensure all %PROJECT_CONTENT_DISCLOSURES_FLINK% are written in English.
|
||||
|
||||
Please refer to our %DISCLOSURES_FAQ_FLINK% for more info.
|
||||
@@ -48,7 +48,7 @@ export default function () {
|
||||
: ''
|
||||
}),
|
||||
|
||||
toggle('non-english', 'Non-english')
|
||||
toggle('non-english', 'Non-English')
|
||||
.suggestedStatus('flagged')
|
||||
.message(() => `non-english${project.value.minecraft_java_server ? '-server' : ''}`)
|
||||
.shown(
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function () {
|
||||
.children(
|
||||
toggle('ai', 'AI Usage')
|
||||
.suggestedStatus('flagged')
|
||||
.message()
|
||||
.message('ai/ai')
|
||||
.children(
|
||||
group()
|
||||
.title('What kind of AI content is present?')
|
||||
@@ -26,11 +26,14 @@ export default function () {
|
||||
toggle('code', 'Code').message('ai-usages/code'),
|
||||
toggle('assets', 'Assets').message('ai-usages/assets'),
|
||||
toggle('text', 'Text').message('ai-usages/text'),
|
||||
toggle('functionality', 'Functionality').message('ai-usages/functionality'),
|
||||
),
|
||||
)
|
||||
.collect(undefined, 'ai/list-intro'),
|
||||
|
||||
toggle('ai-functionality', 'AI Functionality')
|
||||
.suggestedStatus('flagged')
|
||||
.message('ai/ai-functionality'),
|
||||
|
||||
toggle('ads', 'Advertisements').suggestedStatus('flagged').message(),
|
||||
|
||||
toggle('paid-features', 'Paid Features').suggestedStatus('flagged').message(),
|
||||
@@ -73,6 +76,7 @@ export default function () {
|
||||
.collect(undefined, 'missing-disclosures/list-intro'),
|
||||
|
||||
toggle('misused', 'Misused').suggestedStatus('flagged').message(),
|
||||
toggle('non-english', 'Non-English').suggestedStatus('flagged').message(),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
@@ -188,6 +188,32 @@ export function flattenStaticVariables(): Record<string, string> {
|
||||
`[Markdown Formatting Guide](https://support.modrinth.com/en/articles/8801962)`
|
||||
vars[`DISCLOSURES_FAQ_FLINK`] =
|
||||
`[Content Disclosures FAQ](https://support.modrinth.com/en/articles/16567675)`
|
||||
vars[`DISCLOSURES_FAQ_AI_CONTENT_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_ec72dfca13`
|
||||
vars[`DISCLOSURES_FAQ_AI_CODE_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_281356a403`
|
||||
vars[`DISCLOSURES_FAQ_AI_ASSETS_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_e5f38e66a1`
|
||||
vars[`DISCLOSURES_FAQ_AI_TEXT_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_6e56d3fe64`
|
||||
vars[`DISCLOSURES_FAQ_AI_FUNCTIONALITY_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_4482fb3bf7`
|
||||
vars[`DISCLOSURES_FAQ_ADS_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_d486036510`
|
||||
vars[`DISCLOSURES_FAQ_PAID_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_37c3b31394`
|
||||
vars[`DISCLOSURES_FAQ_TELEMETRY_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_490dcf364b`
|
||||
vars[`DISCLOSURES_FAQ_TELEMTRY_CONSENT_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_d209c4c04c`
|
||||
vars[`DISCLOSURES_FAQ_DERIVATIVE_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_6422cc821e`
|
||||
vars[`DISCLOSURES_FAQ_PHOTOSENSITIVITY_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_22ffae0bb1`
|
||||
vars[`DISCLOSURES_FAQ_EXTERNAL_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_4a6264f07c`
|
||||
vars[`DISCLOSURES_FAQ_ARCHIVE_LINK`] =
|
||||
`https://support.modrinth.com/en/articles/16567675#h_76b62c699c`
|
||||
vars[`AI_USAGE_FLINK`] = `[AI Usage](https://support.modrinth.com/en/articles/16551575)`
|
||||
vars[`LICENSING_GUIDE`] =
|
||||
`our guide to [Licensing your Mods](https://modrinth.com/news/article/licensing-guide)`
|
||||
|
||||
Reference in New Issue
Block a user