-
Notifications
You must be signed in to change notification settings - Fork 343
N27: bevy_pen_tool #831
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
N27: bevy_pen_tool #831
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content looks good, but could you please include the GIF in your PR, rather than linking to an external one? Lowers the risk of broken links in the future :)
There are also a few minor style issues getting flagged by CI:
content/news/027/index.md:276:45 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
content/news/027/index.md:278:66 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
content/news/027/index.md:283:69 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
content/news/027/index.md:284:62 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
content/news/027/index.md:287 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Is it possible to include the GIF locally without forking the whole repo? |
If you go to https://github.com/eliotbo/rust-gamedev.github.io/tree/patch-2/content/news/027, there's an 'Add Files' -> 'Upload Files' option :) I would do it myself, but I don't have push access to your fork. |
I'd be happy to, but the CONTRIBUTING.md file says "Only include one image (<300kb) or GIF (<2.5mb). ", and the gif is 2.48 mb. Should I still lower its size? |
Oh, sorry about that, I misremembered! No problem then, you can leave it as it is. In the long run, we'd like to convert all submitted GIFs to MP4 (or something like that), but we've not quite found a good workflow for that yet, so trying to balance size vs quality :) |
Looks good now! Will give it a little longer in case either of the other editors want to take a look, then will merge. |
Part of #TODO