Skip to content

Commit e1dc0c2

Browse files
authored
Merge pull request #79 from nikomatsakis/meeting-template
rough meeting template
2 parents aed1906 + b1b9489 commit e1dc0c2

File tree

2 files changed

+65
-10
lines changed

2 files changed

+65
-10
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Steering meeting proposal
3+
about: Propose a topic for the steering meeting.
4+
title: (My meeting proposal)
5+
labels: meeting-proposal
6+
---
7+
8+
# Directions
9+
10+
If you'd like to propose a topic for a future meeting, you've come to
11+
the right place! To do so, please write-up your proposal in a gist,
12+
hackmd, or other such format. Then open this issue and replace the
13+
parentheiszed text below as appropriate. We'll discuss your proposal
14+
in the next planning meeting! (And please do feel free to attend!)
15+
Thanks <3.
16+
17+
# Meeting proposal info
18+
19+
- **Title:** (insert title here)
20+
- **Type:** (technical | non-technical | it's complicated)
21+
- **Proposed by:** (github user names here)
22+
- **Link:** (insert link to a gist, hackmd doc, etc)
23+
- **Scheduled dates for discussion:**
24+
- Not yet scheduled, we'll add content here when it gets scheduled
25+
26+
# About this issue
27+
28+
This issue corresponds to a meeting proposal for the compiler team
29+
[steering meeting][]. It corresponds to a possible topic of
30+
discussion. You can read more about the [steering meeting procedure
31+
here][proc].
32+
33+
# Comment policy
34+
35+
These issues are meant to be used as an "announcements channel"
36+
regarding the proposal, and not as a place to discuss the technical
37+
details. Feel free to subscribe to updates. We'll post comments when
38+
reviewing the proposal in meetings or making a scheduling decision.
39+
In the meantime, if you have questions or ideas, ping the proposers
40+
on [Zulip] (or elsewhere).
41+
42+
[Zulip]: https://github.com/rust-lang/compiler-team/blob/master/about/chat-platform.md
43+
[steering meeting]: https://github.com/rust-lang/compiler-team/blob/master/about/steering-meeting.md
44+
[proc]: https://github.com/rust-lang/compiler-team/blob/master/procedures/steering-meeting.md

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,40 @@ and other similar topics -- check out the [rustc-guide].
1616

1717
## Meeting Calendar
1818

19-
Unless otherwise noted, all our meetings are open to the public and
20-
held on Zulip. There are two main team-wide meetings that we hold on a
21-
regular basis. There are also a variety of working group meetings. The
22-
team-wide meetings are as follows:
23-
24-
- [**Triage meeting:**][triage] We have a weekly triage meeting to discuss and track regressions and
25-
urgent changes. This meeting is held on Zulip and open to anyone.
26-
- [**Steering meeting:**][steering] We have a steering meeting every three weeks to track and
27-
plan our larger goals. This meeting is held on Zulip and open to anyone.
28-
2919
Our meeting calendar is publicly available from the following links:
3020

3121
- [Web Link][embed]
3222
-- use this to view the calendar or to import into Google Calendar
3323
- [ICS file, for use outside from google calendar][ics]
3424
-- use this if you want to import into different calendar software
3525

26+
Unless otherwise noted, all our meetings are open to the public and
27+
held on Zulip. There are two main team-wide meetings that we hold on a
28+
regular basis. There are also a variety of working group meetings.
29+
30+
### Triage meeting
31+
32+
We have a [weekly triage meeting][triage] to discuss and track regressions and
33+
urgent changes. This meeting is held on Zulip and open to anyone.
34+
35+
### Steering meeting
36+
37+
We also have a [regular steering meeting][steering] where we discuss
38+
proposed designs, changes to our process, and other topics. The topics
39+
are scheduled at a planning meeting that occurs every four weeks.
40+
41+
- Next planning meeting: (not yet decided)
42+
- Have an idea? Click here to propose a topic to be scheduled by [filing an issue with the correct template][propose].
43+
- (Nothing scheduled at this time)
44+
3645
[triage]: about/triage-meeting.md
3746
[steering]: about/steering-meeting.md
3847
[embed]: https://calendar.google.com/calendar/embed?src=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com
3948
[ics]: https://calendar.google.com/calendar/ical/6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com/public/basic.ics
49+
[propose]: https://github.com/rust-lang/compiler-team/issues/new?template=meeting-proposal
4050

4151
## Working Groups
52+
4253
Much of the ongoing work and initiatives from the compiler team are performed by working groups.
4354
Working groups are a great way for new contributors to get involved as they provide a stream of
4455
tasks all focused around one area and have designated channels for help and advice. All of the

0 commit comments

Comments
 (0)