Skip to content

Commit bdc7998

Browse files
committed
N17: Remove jobs, add issues & help requests
1 parent 5f08c4d commit bdc7998

File tree

1 file changed

+36
-7
lines changed

1 file changed

+36
-7
lines changed

content/posts/newsletter-017/index.md

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ transparent = true
55
draft = true
66
+++
77

8-
<!-- Check the post with markdownlint-->
9-
108
Welcome to the 17th issue of the Rust GameDev Workgroup's
119
monthly newsletter.
1210
[Rust] is a systems language pursuing the trifecta:
@@ -26,7 +24,6 @@ Feel free to send PRs about your own projects!
2624
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2725
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
2826
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
29-
3027
[Rust]: https://rust-lang.org
3128
[join]: https://github.com/rust-gamedev/wg#join-the-fun
3229

@@ -38,7 +35,6 @@ Table of contents:
3835
- [Library & Tooling Updates](#library-tooling-updates)
3936
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
4037
- [Requests for Contribution](#requests-for-contribution)
41-
- [Jobs](#jobs)
4238

4339
<!--
4440
Ideal section structure is:
@@ -1180,13 +1176,46 @@ _Discussions:
11801176

11811177
<!-- Up to 10 links to interesting issues -->
11821178

1179+
- [rust-gamedev/rust-gamedev.github.io](https://github.com/rust-gamedev/rust-gamedev.github.io):
1180+
- [#406 "Separate category for engines vs libraries/tools"](https://github.com/rust-gamedev/rust-gamedev.github.io/issues/406);
1181+
- [rust-gamedev/wg](https://github.com/rust-gamedev/wg):
1182+
- [#18 "Set up a gamedev usergroup on users.rust-lang.org"](https://github.com/rust-gamedev/wg/issues/18);
1183+
- [#23 "A pure rust SPIRV generator"](https://github.com/rust-gamedev/wg/issues/23);
1184+
- [#94 "raw-window-handle maintenance"](https://github.com/rust-gamedev/wg/issues/94);
1185+
- [#97 "WG brand update proposal"](https://github.com/rust-gamedev/wg/issues/97);
1186+
- [#98 "Monthly Rust Gamedev Meetup"](https://github.com/rust-gamedev/wg/issues/98);
1187+
- [#99 "Official Rust Gamedev Discord"](https://github.com/rust-gamedev/wg/issues/99);
1188+
11831189
## Requests for Contribution
11841190

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

1187-
## Jobs
1188-
1189-
<!-- An optional section for new jobs related to Rust gamedev -->
1193+
- [winit is seeking new maintainers][winit-call].
1194+
- [Embark's open issues][embark-open-issues] ([embark.rs]).
1195+
- [gfx-rs's "contributor-friendly" issues][gfx-issues].
1196+
- [wgpu's "help wanted" issues][wgpu-help-wanted].
1197+
- [luminance's "low hanging fruit" issues][luminance-fruits].
1198+
- [ggez's "good first issue" issues][ggez-issues].
1199+
- [Veloren's "beginner" issues][veloren-beginner].
1200+
- [Amethyst's "good first issue" issues][amethyst-issues].
1201+
- [A/B Street's "good first issue" issues][abstreet-issues].
1202+
- [Mun's "good first issue" issues][mun-issues].
1203+
- [SIMple Mechanic's good first issues][simm-issues].
1204+
- [Bevy's "good first issue" issues][bevy-issues].
1205+
1206+
[embark.rs]: https://embark.rs
1207+
[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open
1208+
[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly
1209+
[wgpu-help-wanted]: https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
1210+
[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
1211+
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
1212+
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
1213+
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
1214+
[abstreet-issues]: https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
1215+
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
1216+
[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue
1217+
[bevy-issues]: https://github.com/bevyengine/bevy/labels/good%20first%20issue
1218+
[winit-call]: https://github.com/rust-windowing/winit/issues/1777
11901219

11911220
------
11921221

0 commit comments

Comments
 (0)