diff --git a/README.md b/README.md index c4087194e..abfb8089f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # rust-gamedev.github.io +## Newsletter Creation Workflow + +* At the beginning of the month, a draft of the newsletter is created + from a [template](./newsletter-template.md). +* During the month PRs with the month's news, meeting notes, etc + are reviewed and merged into the draft. + * All images are supposed to be placed into `assets/newsletter-{index}` dir. + * Check the comments in the draft file. +* At the end of the month, the draft is reviewed as a whole + and polished if needed. +* On the first working day of the next month, the final PR + (that renames and moves the draft file into the `_posts` dir) is sent. +* The link to the newsletter is shared on social networks, etc. +* A small PR that adds links to Reddit, Twitter, etc discussions + (see the comment at the bottom of the draft) is made. +* A new draft for the next month is created from the template, goto 1. ## License diff --git a/newsletter-template.md b/newsletter-template.md new file mode 100644 index 000000000..d237387a3 --- /dev/null +++ b/newsletter-template.md @@ -0,0 +1,96 @@ +--- +title: "This Month in Rust GameDev #{TODO} - {TODO} {TODO}" +--- + + + +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] + +[Rust]: https://rust-lang.org +[join]: https://github.com/rust-gamedev/wg#join-the-fun + +## News and Blog Posts + + + +### Other News + + + +## Popular Workgroup Issues in Github + + + +## Meeting Minutes + + + +[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 + + + +## Bonus + + + +------ + +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! + + + +[/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