Skip to content

Commit 7f327d0

Browse files
authored
Merge pull request #698 from ehuss/governance
Update governance documentation
2 parents f819b8b + 06dc93e commit 7f327d0

File tree

12 files changed

+659
-459
lines changed

12 files changed

+659
-459
lines changed

book.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ curly-quotes = true
4444
"compiler/diagnostic-codes.html" = "https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-codes.html"
4545
"compiler/profile-queries.html" = "https://rustc-dev-guide.rust-lang.org/queries/profiling.html"
4646
"chat/index.html" = "/platforms/index.html"
47-
"chat/discord.html" = "platforms/discord.html"
48-
"github.html" = "platforms/github.html"
49-
"chat/email.html" = "platforms/email.html"
50-
"chat/zulip/index.html" = "platforms/zulip/index.html"
51-
"chat/zulip.html" = "platforms/zulip.html"
47+
"chat/discord.html" = "/platforms/discord.html"
48+
"github.html" = "/platforms/github.html"
49+
"chat/email.html" = "/platforms/email.html"
50+
"chat/zulip/index.html" = "/platforms/zulip/index.html"
51+
"chat/zulip.html" = "/platforms/zulip.html"
5252
"platforms/zulip/triagebot.html" = "/triagebot/index.html"
53+
"core/blogs.html" = "/platforms/blogs.html"
54+
"core/index.html" = "/governance/council.html"

src/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [GitHub](./platforms/github.md)
99
- [Zulip](./platforms/zulip.md)
1010
- [Moderation](./platforms/zulip/moderation.md)
11+
- [Blogs](./platforms/blogs.md)
1112
- [Triagebot](./triagebot/README.md)
1213
- [Agenda Generator](./triagebot/agenda.md)
1314
- [Issue Assignment](./triagebot/issue-assignment.md)
@@ -32,8 +33,6 @@
3233
- [Triagebot Dashboard](./triagebot/triage-dashboard.md)
3334
- [Zulip Meeting Management](./triagebot/zulip-meeting.md)
3435
- [Zulip Notifications](./triagebot/zulip-notifications.md)
35-
- [Core](./core/README.md)
36-
- [Rust Blog Guidelines](./core/blogs.md)
3736
- [Community](./community/README.md)
3837
- [State of Rust Survey FAQ](./community/survey-faq.md)
3938
- [Compiler](./compiler/README.md)
@@ -61,6 +60,8 @@
6160
- [Self-hosting a docs.rs instance](./docs-rs/self-hosting.md)
6261
- [Maintenance procedures](./docs-rs/maintenance.md)
6362
- [Governance](./governance/README.md)
63+
- [Leadership Council](./governance/council.md)
64+
- [Moderation](./governance/moderation.md)
6465
- [Infrastructure](./infra/README.md)
6566
- [Other Installation Methods](./infra/other-installation-methods.md)
6667
- [Release Channel Layout](./infra/channel-layout.md)

src/community/survey-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The answers from the survey will be anonymized, aggregated, and summarized. A hi
2727

2828
### How is personally identifiable information handled?
2929

30-
Nearly every question in the survey is optional. You are welcome to share as much or as little information as you are comfortable with. Only the Rust language Core Team and the Community Team Survey Leads will have access to the raw data from the survey. All the answers are anonymized prior to be shared with the rest of the teams and prior to the results publication.
30+
Nearly every question in the survey is optional. You are welcome to share as much or as little information as you are comfortable with. Only the Community Team Survey Leads will have access to the raw data from the survey. All the answers are anonymized prior to be shared with the rest of the teams and prior to the results publication.
3131

3232
### Why is the survey collecting contact information?
3333

@@ -39,7 +39,7 @@ The survey optionally collects contact information for the following cases if yo
3939
- Rust training
4040
- interest in a Rust team contacting you about your survey responses
4141

42-
If you would like to be contacted about any of this, or any other concerns, but you don't want to associate your email with your survey responses, you can instead email the Rust Community Team at community-team@rust-lang.org or the Core Team at core-team@rust-lang.org, and we will connect you to the right people.
42+
If you would like to be contacted about any of this, or any other concerns, but you don't want to associate your email with your survey responses, you can instead email the Rust Community Team at community-team@rust-lang.org, and we will connect you to the right people.
4343

4444
## Where and when is the survey results report published?
4545

src/core/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/crates-io/crate-removal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ If we get a DMCA takedown notice, here's what needs to happen:
44

55
## Contact Legal
66

7-
Before removing the crates, get in touch with legal support, currently by
8-
emailing the Core team, and ask an opinion from them on the received request and
7+
Before removing the crates, get in touch with legal support,
8+
and ask an opinion from them on the received request and
99
whether we have to comply with it.
1010

1111
## Remove relevant version(s) and/or entire crates from crates.io

0 commit comments

Comments
 (0)