Skip to content

Commit 8f82705

Browse files
committed
Add GitHub template for meeting proposals
We now track the schedule and proposals for the WG-async Thursday meetings on a GitHub project board: https://github.com/orgs/rust-lang/projects/40 This means that we file issues for each meeting and meeting proposal. Let's make this easier to do correctly by adding a GitHub issue template for creating these issues.
1 parent a843bf7 commit 8f82705

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Meeting proposal
3+
about: Propose a topic for a meeting.
4+
title: "(My meeting proposal)"
5+
labels: meeting-proposal, WG-async
6+
assignees: ""
7+
---
8+
9+
# Summary
10+
11+
*Describe your meeting topic here. It doesn't have to be long, but it's always good to try and identify a concrete question to be answered or narrow topic for discussion.*
12+
13+
# Background reading
14+
15+
*Include any links to material that people might read before-hand.*
16+
17+
# About this issue
18+
19+
This issue is a proposal for a WG-async [meeting][].
20+
21+
[meeting]: https://rust-lang.github.io/wg-async/meetings.html

0 commit comments

Comments
 (0)