Skip to content

Commit 2d14354

Browse files
committed
Auto merge of #13008 - ehuss:contrib-resources, r=weihanglo
Add more resources to the contrib docs. This adds some information about HackMD and Zulip used by the Cargo team.
2 parents d794e1f + 80e382b commit 2d14354

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/doc/contrib/src/team.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Members are given privileges, such as:
6161
The team meets on a weekly basis on a video chat.
6262
If you are interested in participating, feel free to contact us on [Zulip].
6363

64+
Minutes for all meetings are recorded on [HackMD][meeting-minutes].
65+
66+
[meeting-minutes]: https://hackmd.io/team/rust-cargo-team?nav=overview&tags=%5B%22meetings%22%5D
67+
6468
### Becoming a member
6569

6670
A contributor can become a member of the Cargo Team by requesting a review or being nominated by one of the existing members.
@@ -71,6 +75,27 @@ Contributors who wish to join the team should exhibit an interest in carrying th
7175

7276
Members may leave at any time, preferably by letting the team know ahead of time.
7377

78+
## Team resources
79+
80+
### Zulip
81+
82+
The Cargo team has several streams on Zulip:
83+
84+
- [`#t-cargo`](https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo) --- General public channel for discussing any topics related to Cargo.
85+
- [`#t-cargo/build-integration`](https://rust-lang.zulipchat.com/#narrow/stream/334885-t-cargo.2Fbuild-integration) --- Discussions about integration with build systems.
86+
- [`#t-cargo/PubGrub`](https://rust-lang.zulipchat.com/#narrow/stream/260232-t-cargo.2FPubGrub) --- Discussions about the [PubGrub](https://github.com/pubgrub-rs/pubgrub) project.
87+
88+
The following are private streams for the Cargo team. The team should avoid using this unless necessary (for example, discussing a security issue or team and meeting organization).
89+
90+
- [`#t-cargo/private`](https://rust-lang.zulipchat.com/#narrow/stream/296752-t-cargo.2Fprivate) --- Private channel for discussions among the team.
91+
- [`#t-cargo/meetings`](https://rust-lang.zulipchat.com/#narrow/stream/364532-t-cargo.2Fmeetings) --- Private channel for discussions about team meetings, including non-members who regularly attend the meetings.
92+
93+
### HackMD
94+
95+
The Cargo team has a shared, public workspace on HackMD at <https://hackmd.io/team/rust-cargo-team> for drafting documents and recording meeting minutes.
96+
97+
Since this HackMD workspace is using the free service, it does not support private documents. If you need to draft a private document, create it in your personal workspace and use private channels to share the link.
98+
7499
## Decision process
75100

76101
The team uses a consensus-driven process for making decisions ranging from new features and major changes to management of the team itself.

0 commit comments

Comments
 (0)