Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for hosting asset icons on GitHub #9125

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

innovate-invent
Copy link
Contributor

The asset submission validator will reject a url that ends with a query string such as ?raw=1. Providing the icon url without the query string passes validation but the image will not load causing:

This asset has been rejected. Reason: The icon link must be a direct link. For icons hosted on GitHub, the link must start with "raw.githubusercontent.com", not "github.com". See this article for more information: https://docs.godotengine.org/en/latest/community/asset_library/submitting_to_assetlib.html 

The required information is listed as a note under Requirements rather than under the relevant Icon section where it is pertinent..

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
The asset submission validator will reject a url that ends with a query string such as `?raw=1`. Providing the icon url without the query string passes validation but the image will not load causing:

```
This asset has been rejected. Reason: The icon link must be a direct link. For icons hosted on GitHub, the link must start with "raw.githubusercontent.com", not "github.com". See this article for more information: https://docs.godotengine.org/en/latest/community/asset_library/submitting_to_assetlib.html 
```

The required information is listed as a note under Requirements rather than under the relevant Icon section where it is pertinent..
@mhilbrunner mhilbrunner added enhancement area:community Issues and PRs related to the Community section of the documentation cherrypick:4.2 topic:assetlib labels Mar 24, 2024

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
@mhilbrunner mhilbrunner merged commit 1c09d6a into godotengine:master Mar 25, 2024
1 check passed
@mhilbrunner
Copy link
Member

Merged. Thanks and congrats on your first merged contribution! 🎉

mhilbrunner pushed a commit that referenced this pull request Jul 24, 2024
* Add note for hosting asset icons on GitHub

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
(cherry picked from commit 1c09d6a)
@mhilbrunner
Copy link
Member

Cherry-picked to 4.2 in #9648.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:community Issues and PRs related to the Community section of the documentation enhancement topic:assetlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants