Skip to content

Commit c00f2c7

Browse files
committed
Update template
1 parent ab3bfca commit c00f2c7

File tree

1 file changed

+44
-19
lines changed

1 file changed

+44
-19
lines changed

Diff for: template.md

+44-19
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
---
2-
title: "This Week in Rust and WebAssembly 00X"
2+
title: "This Week in Rust and WebAssembly NNN"
33
---
44

55
Hello and welcome to another issue of *This Week in Rust and WebAssembly*!
66

7-
[Rust](https://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed.
7+
[Rust](https://rust-lang.org) is a systems language pursuing the trifecta:
8+
safety, concurrency, and speed.
89

9-
[WebAssembly](http://webassembly.org) is a stack-based virtual machine and instruction set. It is fast, safe, portable, and part of the open Web platform. By compiling to WebAssembly, we can run Rust code on the Web!
10+
[WebAssembly](http://webassembly.org) is a stack-based virtual machine and
11+
instruction set. It is fast, safe, portable, and part of the open Web
12+
platform. By compiling to WebAssembly, we can run Rust code on the Web!
1013

1114
This is a weekly summary of Rust and WebAssembly's progress and community.
1215

13-
Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm) or [send us a pull request](https://github.com/rustwasm/rustwasm.github.io).
16+
Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm)
17+
or [send us a pull request](https://github.com/rustwasm/rustwasm.github.io).
1418

1519
**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly working group!][get-involved]**
1620

17-
<!-- TODO: check recent r/rust and users.rust-lang.org posts for "wasm" and "webassembly: -->
21+
<!-- TODO: check recent r/rust and users.rust-lang.org posts for "wasm" and "webassembly": -->
1822
<!-- https://github.com/rustwasm/team/issues/79 -->
1923
<!-- https://www.reddit.com/r/rust/search?q=wasm&sort=relevance&restrict_sr=on&t=month -->
2024
<!-- https://www.reddit.com/r/rust/search?q=webassembly&restrict_sr=on&sort=relevance&t=month -->
2125
<!-- https://users.rust-lang.org/search?q=wasm%20after%3A2018-06-01 -->
2226
<!-- https://users.rust-lang.org/search?q=webassembly%20after%3A2018-06-01 -->
2327

24-
## News and Blog Posts
28+
## News and Blog Posts from Around the Web
2529

2630
*Want to make sure something ends up on this list next time we publish an issue?
2731
[Leave a comment on this issue.](https://github.com/rustwasm/team/issues/79)*
@@ -30,24 +34,45 @@ Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm)
3034

3135
## Updates from [`rustwasm/*`](https://github.com/rustwasm)
3236

33-
* TODO
37+
### RFCs
38+
39+
#### New RFCs
40+
41+
* TODO: insert any new RFCs here. If none, add only
42+
"None". https://github.com/issues?q=repo%3Arustwasm%2Frfcs+created%3A%3E%3DYYYY-MM-DD
43+
44+
#### Merged RFCs
45+
46+
* TODO insert any merged RFCs here. If none, add only
47+
"none". https://github.com/issues?utf8=%E2%9C%93&q=repo%3Arustwasm%2Frfcs+merged%3A%3E%3DYYYY-MM-DD
48+
49+
<!-- TODO: insert links to everything labeled "TWiRaWA" here. Categorize by repo, -->
50+
<!-- alphetical order. -->
51+
<!-- https://github.com/issues?q=user%3Arustwasm+label%3ATWiRaWA+merged%3A%3E%3DYYYY-MM-DD+ -->
52+
53+
<!-- TODO: inspect the output of `pulls_since -o rustwasm -s dd.mm.yyyy`, where -->
54+
<!-- "dd.mm.yyyy" is the date the *last* newsletter was published. If anything is -->
55+
<!-- notable, also insert it here! See https://github.com/budziq/pulls_since or run -->
56+
<!-- `cargo install pulls_since`. -->
3457

3558
## Requests for Contribution
3659

37-
* [**Join the Rust and WebAssembly Working Group!**][get-involved]
38-
* [All issues labeled "good first issue" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22)
39-
* [All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22)
40-
* TODO: insert new help-wanted/easy/etc issues from rust and wasm projects here...
60+
**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly
61+
working group!][get-involved]**
4162

42-
[get-involved]: https://github.com/rustwasm/team/blob/master/README.md#get-involved
63+
* [All issues labeled "good first issue" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22)
64+
* [All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22)
4365

44-
<!-- ## `rustwasm` Projects Activity -->
66+
### New Good First Issues
4567

46-
<!-- Recently merged pull requests to projects in the [`rustwasm` GitHub -->
47-
<!-- organization][rustwasm-org]: -->
68+
* TODO: add all of
69+
https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22+created%3A%3E%3D2018-11-28
70+
here, or remove this sub-section if none.
4871

49-
<!-- [rustwasm-org]: https://github.com/rustwasm -->
72+
### New "Help Wanted" Issues
5073

51-
<!-- TODO: insert the output of `pulls_since -o rustwasm -s dd.mm.yyyy` here, where -->
52-
<!-- "dd.mm.yyyy" is the date the *last* newsletter was published. See -->
53-
<!-- https://github.com/budziq/pulls_since or run `cargo install pulls_since`. -->
74+
* TODO: add all of
75+
https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22+created%3A%3E%3DYYYY-MM-DD
76+
here, or remove this sub-section if none
77+
78+
[get-involved]: https://github.com/rustwasm/team/blob/master/README.md#get-involved

0 commit comments

Comments
 (0)