You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another month has gone by, so it's time to put together the Rust Gamedev newsletter with {{ env.NEWSLETTER_MONTH }}'s news!
12
10
13
11
## Current Schedule
14
12
15
-
The deadline for all section PRs is the **3rd of {{ env.NEWSLETTER_NEXT_MONTH}}, {{ env.NEWSLETTER_YEAR }}**
16
-
17
-
We _may_ still accept PRs that are submitted later than this, as long as they're ready before the newsletter's release, but this isn't guaranteed. If you want your section to be included, don't leave it till the last minute!
13
+
The deadline for all section PRs is the **28th of {{ env.NEWSLETTER_MONTH}}, {{ env.NEWSLETTER_YEAR }}**. Submissions after this date will be added to the next newsletter.
14
+
Our target release date is the **3rd of {{ env.NEWSLETTER_NEXT_MONTH }}, {{ env.NEWSLETTER_YEAR }}**.
18
15
19
16
## Current Structure & Status
20
17
@@ -24,39 +21,62 @@ This is **not** an exhaustive list - if you have your own project that you want
24
21
25
22
### Game Updates
26
23
27
-
- TODO
24
+
None yet. Feel free to submit yours!
28
25
29
26
### Learning Material Updates
30
27
31
-
- TODO
28
+
None yet. Feel free to submit yours!
32
29
33
30
### Engine Updates
34
31
35
-
- TODO
32
+
None yet. Feel free to submit yours!
36
33
37
34
### Tooling Updates
38
35
39
-
- TODO
36
+
None yet. Feel free to submit yours!
40
37
41
38
### Library Updates
42
39
43
-
- TODO
40
+
None yet. Feel free to submit yours!
44
41
45
42
### Other News
46
43
47
-
- TODO
44
+
None yet. Feel free to submit yours!
48
45
49
46
### Discussions
50
47
51
-
- TODO
48
+
None yet. Feel free to submit yours!
49
+
50
+
## Calls for Submissions
51
+
52
+
### Social Media
53
+
54
+
-[ ] Reddit
55
+
-[ ] Lemmy
56
+
-[ ] Mastodon
57
+
-[ ] Twitter/X
58
+
-[ ] Hacker News
59
+
60
+
### Discord Servers
61
+
62
+
-[ ] Rust GameDev
63
+
-[ ] Bevy
64
+
-[ ] Blue Engine
65
+
-[ ] Macroquad
66
+
-[ ] Fyrox
67
+
-[ ] LogLogGames (comfy engine)
68
+
-[ ] Spicy Lobster
69
+
-[ ] Rust Godot
70
+
71
+
Let us know if you also want to receive monthly reminders on your Discord server!
52
72
53
73
## Publishing Steps
54
74
55
75
-[ ] Final review - by everyone
56
76
-[ ] Publish - by @janhohenheim
57
-
-[ ] Post on /r/rust, /r/rust_gamedev, /r/gamedev, URLO - by @janhohenheim
58
-
-[ ] Pin thread on Twitter - by @AngelOnFira
59
-
-[ ] Add comment links - by @AngelOnFira
77
+
-[ ] Post together with next calls for submissions - by @janhohenheim
78
+
-[ ] Pin thread on social media - by @janhohenheim
79
+
-[ ] Add comment links - by @janhohenheim
60
80
61
81
## How to Contribute
62
82
@@ -69,7 +89,7 @@ If you want to help writing the newsletter:
69
89
- You are not obligated to write a section if you're tagged or your project is listed! You're welcome to ask someone else to write the section, or to ask for your project to be excluded from this month's post.
70
90
- Extra sections not listed in the plan are welcomed - just leave a comment and open a PR!
71
91
- Write a short overview in the newsletter's Markdown file, making sure to follow the style guidelines (see below).
72
-
- Send a PR _to the `source` branch_ (example: [N15: A/B Street #336](https://github.com/rust-gamedev/rust-gamedev.github.io/pull/336)).
92
+
- Send a PR [_to the `source` branch_](https://github.com/rust-gamedev/rust-gamedev.github.io/tree/source) (example PR: [N15: A/B Street #336](https://github.com/rust-gamedev/rust-gamedev.github.io/pull/336)).
73
93
- Mention this issue in your PR's description to link it all together.
74
94
75
95
## Style Guidelines
@@ -78,7 +98,7 @@ The full style guide is in [CONTRIBUTING.md](https://github.com/rust-gamedev/rus
78
98
but here are the most important rules:
79
99
80
100
- Write in third-person perspective.
81
-
- Each line must be 80 characters or less, for ease of reviewing/diffing.
101
+
- Each line must be 160 characters or less, for ease of reviewing/diffing.
82
102
- Only one image per section is allowed.
83
103
- The maximum size is 300kb for static images and 2.5mb for GIFs.
84
104
- The image should come before the text, and must have alt text for accessibility.
0 commit comments