Skip to content

Commit baa4abc

Browse files
authored
Ban the use of AI for banners/thumbnails, and add note
1 parent 84ca4ec commit baa4abc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and [our extension gallery](https://dashblocks.github.io/extensions) to confirm.
2020
- If your extension uses external content such as JS libraries or CSS stylesheets, you must include them inside the extension code itself. You **CANNOT** fetch/import content from URLs that is a core part of your extension as it'll make the extension unusable offline, or in offline packaged projects. This does not apply to:
2121
- content that obviously requires internet, like an extension that allows projects to use a public API.
2222
- content of SDK-extensions, like "Yandex Games SDK (Unofficial)" extension.
23-
- Your extension **CANNOT** be made entirely with AI and **CANNOT** be made **ENTIRELY OR PARTLY** with assistive tools such as TurboBuilder, ExtForge. You must understand the raw code your extension is running.
23+
- Your extension **CANNOT** be made entirely with AI and **CANNOT** be made **ENTIRELY OR PARTLY** with assistive tools such as TurboBuilder, ExtForge. There's a lot of ways to tell if code was written with AI, so there's no reason to lie. You must understand the raw code your extension is running.
2424
- Your extension **CANNOT** rely on the use of any generative AI. This is mainly for extensions that respond to messages from AI like ChatGPT.
2525
- Your extension **CANNOT** reference, contain or use any content not suitable for ages under 16. (including extension icon and extension code)
2626
- Your extension **CANNOT** contain discriminatory content or content that is against a certain group or minority.
@@ -50,6 +50,7 @@ The banner/thumbnail is not required, but it will be a `static/images/unknown.sv
5050
- Your banner/thumbnail **MUST BE** MIT licensed. (basically just make it yourself and the image should be usable anywhere)
5151
- Your banner/thumbnail **MUST BE** 600x300 pixels.
5252
- Your banner/thumbnail **CANNOT** reference or contain any content not suitable for ages under 16.
53+
- Your banner/thumbnail **CANNOT** be AI-generated image under any condition. We would rather not have an image than use AI slop.
5354
- If your banner/thumbnail is in SVG format, it **CANNOT** contain `<text>` elements.
5455
- Ideally, your banner/thumbnail shound not contain any text, that needs to be translated, such as the name of extension.
5556

@@ -84,6 +85,8 @@ You can post your extension banner/thumbnail and or description in the pull requ
8485

8586
Once your pull request is merged, it'll be on the site or upcoming onto the site. You may get responses about things you should change or fix though.
8687

88+
Note that **reviewers are volunteers**. They are deciding whether or when to review your change. We don't guarantee that your change will be accepted.
89+
8790
*See the Optional Steps for more info on how to edit the site to show your extension.*
8891

8992

0 commit comments

Comments
 (0)