diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md new file mode 100644 index 000000000..1edad460f --- /dev/null +++ b/content/posts/newsletter-015/index.md @@ -0,0 +1,112 @@ ++++ +title = "This Month in Rust GameDev #15 - October 2020" +date = 2020-11-03 +transparent = true +draft = true ++++ + +<!-- Check the post with markdownlint--> + +Welcome to the 15th issue of the Rust GameDev Workgroup's +monthly newsletter. +[Rust] is a systems language pursuing the trifecta: +safety, concurrency, and speed. +These goals are well-aligned with game development. +We hope to build an inviting ecosystem for anyone wishing +to use Rust in their development process! +Want to get involved? [Join the Rust GameDev working group!][join] + +You can follow the newsletter creation process +by watching [the coordination issues][coordination]. +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. +Feel free to send PRs about your own projects! + +[Rust]: https://rust-lang.org +[join]: https://github.com/rust-gamedev/wg#join-the-fun +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io +[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination + +- [Game Updates](#game-updates) +- [Learning Material Updates](#learning-material-updates) +- [Library & Tooling Updates](#library-tooling-updates) +- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) +- [Meeting Minutes](#meeting-minutes) +- [Requests for Contribution](#requests-for-contribution) +- [Jobs](#jobs) +- [Bonus](#bonus) + +<!-- +Ideal section structure is: + +``` +### [Title] + + +_image caption_ + +A paragraph or two with a summary and [useful links]. + +_Discussions: +[/r/rust](https://reddit.com/r/rust/todo), +[twitter](https://twitter.com/todo/status/123456)_ + +[Title]: https://first.link +[useful links]: https://other.link +``` + +If needed, a section can be split into subsections with a "------" delimiter. +--> + +## Game Updates + +## Learning Material Updates + +## Library & Tooling Updates + +## Popular Workgroup Issues in Github + +<!-- Up to 10 links to interesting issues --> + +## Meeting Minutes + +<!-- Up to 10 most important notes + a link to the full details --> + +[See all meeting issues][label_meeting] including full text notes +or [join the next meeting][join]. + +[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting + +## Requests for Contribution + +<!-- Links to "good first issue"-labels or direct links to specific tasks --> + +## Jobs + +<!-- An optional section for new jobs related to Rust gamedev --> + +## Bonus + +<!-- Bonus section to make the newsletter more interesting +and highlight events from the past. --> + +------ + +That's all news for today, thanks for reading! + +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. + +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! + +<!-- +TODO: Add real links and un-comment once this post is published +**Discussions of this post**: +[/r/rust](TODO), +[twitter](TODO). +--> + +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev +[@rust_gamedev]: https://twitter.com/rust_gamedev +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io diff --git a/newsletter-template.md b/newsletter-template.md index 3ef276727..40cace3dd 100644 --- a/newsletter-template.md +++ b/newsletter-template.md @@ -6,17 +6,26 @@ draft = true <!-- Check the post with markdownlint--> -Welcome to the {TODO}th issue of the Rust GameDev Workgroup’s +Welcome to the {TODO}th issue of the Rust GameDev Workgroup's monthly newsletter. - [Rust] is a systems language pursuing the trifecta: safety, concurrency, and speed. These goals are well-aligned with game development. - We hope to build an inviting ecosystem for anyone wishing to use Rust in their development process! Want to get involved? [Join the Rust GameDev working group!][join] +You can follow the newsletter creation process +by watching [the coordination issues][coordination]. +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. +Feel free to send PRs about your own projects! + +[Rust]: https://rust-lang.org +[join]: https://github.com/rust-gamedev/wg#join-the-fun +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io +[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination + [Rust]: https://rust-lang.org [join]: https://github.com/rust-gamedev/wg#join-the-fun @@ -30,7 +39,6 @@ Want to get involved? [Join the Rust GameDev working group!][join] - [Bonus](#bonus) <!-- -8-12 important news with their own sections. Ideal section structure is: ```