Skip to content

Commit 245daa5

Browse files
author
Niko Matsakis
committed
proposal for how the team operates
1 parent 6255bff commit 245daa5

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# 🔧 Running the goals program
3535

3636
* [The goals team](./admin/team.md)
37+
* [Team coordination](./admin/coordination.md)
3738
* [Running the program](./admin/running-the-program.md)
3839
* [Sample: Call for Proposal blog post](./admin/samples/cfp.md)
3940
* [Sample: Text for the main README](./admin/samples/main-readme.md)

src/admin/coordination.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Team coordination
2+
3+
## Discussion channels
4+
5+
The [project-goals channel][pg] on Zulip is used for discussing the "meat" of project goals: e.g., updates, proposed goals, etc.
6+
7+
[pg]: https://rust-lang.zulipchat.com/#narrow/channel/435869-project-goals
8+
9+
The [project-goals/meta channel][pgm] on Zulip is used for meta discussions about running the program itself rest.
10+
11+
[pgm]: https://rust-lang.zulipchat.com/#narrow/channel/478266-project-goals.2Fmeta
12+
13+
To broadcast updates about the status of the goal program, we create a goal in every goal program correpsonding to running the program. Updates posted on that tracking issue will be posted in `project-goals`.
14+
15+
## Meetings
16+
17+
We do not currently have a regularly scheduled meeting. Sync meetings are coordinated ad-hoc and typically take place on Zulip in the [project-goals/meta channel][pgm].
18+
19+
## Tracking our work
20+
21+
To track work items, we use [issues tagged with the `meta` label](https://github.com/rust-lang/rust-project-goals/issues?q=is%3Aissue%20state%3Aopen%20label%3Ameta) on the [rust-lang/rust-project-goals](https://github.com/rust-lang/rust-project-goals/) repository.
22+
23+
Issues [tagged with "help wanted"](https://github.com/rust-lang/rust-project-goals/issues?q=state%3Aopen%20label%3A%22help%20wanted%22) indicates places where we would like somebody to jump in. **Every such issue will also be tagged with mentoring instructions giving some idea how to get started.**

0 commit comments

Comments
 (0)