Skip to content

Commit d91d5bf

Browse files
committed
Add IRC Operational Notes
Signed-off-by: Levente Kurusa <[email protected]>
1 parent 83afb92 commit d91d5bf

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

ops/irc.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# IRC Operational Notes
2+
3+
The Rust Embedded Working Group uses the following IRC Channel for communication:
4+
- Network: `irc.mozilla.org`
5+
- Channel: `#rust-embedded`
6+
7+
This document concerns the organization of this channel. We adopted the hierarchy as follows in the rest of this document.
8+
9+
### Channel Owner
10+
11+
IRC user mode: `+q`
12+
13+
Rights:`
14+
- Modify the list of admins, operators, half-operators, and voices.
15+
- Modify the topic of the channel.
16+
- Grant operator, half-operator and voice rights.
17+
- Invite bots into the channel.
18+
- Kick and ban users in violation of the channel rules or the Code of Conduct.
19+
- Speak when the channel is muted.
20+
21+
The channel owner for the Embedded WG's IRC channel shall be the leader of the Working Group (currently @japaric).
22+
23+
### Channel Operator
24+
25+
IRC user mode: `+o`
26+
27+
Rights:
28+
- Modify the list of half-operators and voices.
29+
- Modify the topic of the channel.
30+
- Grant half-operator and voice rights.
31+
- Invite bots into the channel.
32+
- Kick and ban users in violation of the channel rules or the Code of Conduct.
33+
- Speak when the channel is muted.
34+
35+
The channel operators should people who are maintaining projects under the umbrella of the `rust-embedded` organization.
36+
37+
### Channel Half Operator
38+
39+
IRC user mode: `+h`
40+
41+
Rights:
42+
- Grant voice rights to users.
43+
- Kick and ban users in violation of the channel rules or the Code of Conduct.
44+
- Modify the topic of the channel.
45+
- Speak when the channel is muted.
46+
47+
The channel's half-operators should be the members of the Triage team and esteemed contributors to the projects maintained under the `rust-embedded` organization. The decision as to who is an 'estemeed' contribution to a project is left to the discretion of each project maintainer.
48+
49+
### Channel Voice
50+
51+
IRC user mode: `+v`
52+
53+
Rights:
54+
- Speak when the channel is muted
55+
56+
The voice right is granted to volunteers and contributors of the WG at the discretion of project maintainers.

0 commit comments

Comments
 (0)