Skip to content

Commit b472c74

Browse files
N27: Empty draft (#817)
* newsletter-template.md: Add Discussions section * N27: Init * Apply suggestions from code review Co-authored-by: Joe Clay <[email protected]>
1 parent 4095a4c commit b472c74

File tree

2 files changed

+136
-1
lines changed

2 files changed

+136
-1
lines changed

content/news/027/index.md

+130
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
+++
2+
title = "This Month in Rust GameDev #27 - October 2021"
3+
transparent = true
4+
date = 2021-11-04
5+
draft = true
6+
+++
7+
8+
<!-- no toc -->
9+
10+
<!-- Check the post with markdownlint-->
11+
12+
Welcome to the 27th issue of the Rust GameDev Workgroup's
13+
monthly newsletter.
14+
[Rust] is a systems language pursuing the trifecta:
15+
safety, concurrency, and speed.
16+
These goals are well-aligned with game development.
17+
We hope to build an inviting ecosystem for anyone wishing
18+
to use Rust in their development process!
19+
Want to get involved? [Join the Rust GameDev working group!][join]
20+
21+
You can follow the newsletter creation process
22+
by watching [the coordination issues][coordination].
23+
Want something mentioned in the next newsletter?
24+
[Send us a pull request][pr].
25+
Feel free to send PRs about your own projects!
26+
27+
[Rust]: https://rust-lang.org
28+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
29+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
30+
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
31+
32+
[Rust]: https://rust-lang.org
33+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
34+
35+
- [Game Updates](#game-updates)
36+
- [Learning Material Updates](#learning-material-updates)
37+
- [Engine Updates](#engine-updates)
38+
- [Tooling Updates](#tooling-updates)
39+
- [Library Updates](#library-updates)
40+
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
41+
- [Meeting Minutes](#meeting-minutes)
42+
- [Discussions](#discussions)
43+
- [Requests for Contribution](#requests-for-contribution)
44+
- [Jobs](#jobs)
45+
- [Bonus](#bonus)
46+
47+
<!--
48+
Ideal section structure is:
49+
50+
```
51+
### [Title]
52+
53+
![image/GIF description](image link)
54+
_image caption_
55+
56+
A paragraph or two with a summary and [useful links].
57+
58+
_Discussions:
59+
[/r/rust](https://reddit.com/r/rust/todo),
60+
[twitter](https://twitter.com/todo/status/123456)_
61+
62+
[Title]: https://first.link
63+
[useful links]: https://other.link
64+
```
65+
66+
If needed, a section can be split into subsections with a "------" delimiter.
67+
-->
68+
69+
## Game Updates
70+
71+
## Engine Updates
72+
73+
## Learning Material Updates
74+
75+
## Tooling Updates
76+
77+
## Library Updates
78+
79+
## Popular Workgroup Issues in Github
80+
81+
<!-- Up to 10 links to interesting issues -->
82+
83+
## Meeting Minutes
84+
85+
<!-- Up to 10 most important notes + a link to the full details -->
86+
87+
[See all meeting issues][label_meeting] including full text notes
88+
or [join the next meeting][join].
89+
90+
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
91+
92+
## Discussions
93+
94+
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
95+
useful information -->
96+
97+
## Requests for Contribution
98+
99+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
100+
101+
## Jobs
102+
103+
<!-- An optional section for new jobs related to Rust gamedev -->
104+
105+
## Bonus
106+
107+
<!-- Bonus section to make the newsletter more interesting
108+
and highlight events from the past. -->
109+
110+
------
111+
112+
That's all news for today, thanks for reading!
113+
114+
Want something mentioned in the next newsletter?
115+
[Send us a pull request][pr].
116+
117+
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
118+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
119+
120+
<!--
121+
TODO: Add real links and un-comment once this post is published
122+
**Discuss this post on**:
123+
[/r/rust_gamedev](TODO),
124+
[Twitter](TODO),
125+
[Discord](https://discord.gg/yNtPTb2).
126+
-->
127+
128+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
129+
[@rust_gamedev]: https://twitter.com/rust_gamedev
130+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io

newsletter-template.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Feel free to send PRs about your own projects!
2727
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2828
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
2929
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
30-
3130
[Rust]: https://rust-lang.org
3231
[join]: https://github.com/rust-gamedev/wg#join-the-fun
3332

@@ -38,6 +37,7 @@ Feel free to send PRs about your own projects!
3837
- [Library Updates](#library-updates)
3938
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
4039
- [Meeting Minutes](#meeting-minutes)
40+
- [Discussions](#discussions)
4141
- [Requests for Contribution](#requests-for-contribution)
4242
- [Jobs](#jobs)
4343
- [Bonus](#bonus)
@@ -87,6 +87,11 @@ or [join the next meeting][join].
8787

8888
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
8989

90+
## Discussions
91+
92+
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
93+
useful information -->
94+
9095
## Requests for Contribution
9196

9297
<!-- Links to "good first issue"-labels or direct links to specific tasks -->

0 commit comments

Comments
 (0)