22
33Thank you for contributing to the newsletter! 💖
44
5- - [ Writing Newsletter Sections] ( #writing-newsletter-sections )
6- - [ Templates] ( #templates )
7- - [ Style Guidelines] ( #style-guidelines )
8- - [ Becoming an Editor] ( #becoming-an-editor )
5+ - [ Contributing Guide] ( #contributing-guide )
6+ - [ Writing Newsletter Sections] ( #writing-newsletter-sections )
7+ - [ Templates] ( #templates )
8+ - [ Games, Apps or Libraries] ( #games-apps-or-libraries )
9+ - [ Articles, Blog Posts or Videos] ( #articles-blog-posts-or-videos )
10+ - [ Style Guidelines] ( #style-guidelines )
11+ - [ Becoming an Editor] ( #becoming-an-editor )
912
1013## Writing Newsletter Sections
1114
@@ -78,6 +81,10 @@ _Discussions: [/r/rust_gamedev](link), [Twitter](link), [etc](link)_
7881 src="img"
7982 caption="optional image label") }}
8083
84+ OR
85+
86+ {{ embed_video(type="video/mp4", src="my-video.mp4", caption="optional video caption") }}
87+
8188[@nickname] published an [article] about...
8289{overview what the resource is about}.
8390
@@ -100,11 +107,13 @@ _Discussions: [/r/rust_gamedev](link), [Twitter](link), [etc](link)_
100107- Avoid having multiple/nested bullet points.
101108 - This guideline may be relaxed if your project has multiple parts that
102109 aren't independent enough for their own sections.
103- - Only include one image (<300kb) or GIF (<2.5mb).
110+ - Only include one image (<300kb), GIF (<2.5mb) or video (<2.5mb).
104111 - Images should be placed before text, with an optional caption and
105112 mandatory alternate text for accessibility.
106113 - Unless essential to demonstrating your project, prefer static images
107- over GIFs, to keep the file size down.
114+ over GIFs/videos, to keep the file size down.
115+ - To include a video, encode it as ` H.264 ` in an ` mp4 ` container and use
116+ the ` embed_video() ` shortcode; videos autoplay in a loop (muted).
108117- Use singular 'they' if you’re not sure what someone's pronouns are.
109118- If a project has been featured in previous newsletters, try to focus on
110119 what's new rather than repeating previous content.
0 commit comments