Skip to content

Commit 69b6db4

Browse files
Merge pull request #100 from aturon/governance
Initial governance page draft
2 parents f1a99ff + 888447e commit 69b6db4

File tree

1 file changed

+78
-75
lines changed

1 file changed

+78
-75
lines changed

templates/governance/index.hbs

Lines changed: 78 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,32 @@
33
<header>
44
<div class="container">
55
<h1>Governance</h1>
6+
<h1 class="subtitle">How Rust is built by its community</h1>
67
</div>
78
</header>
89

9-
<section id="governance">
10+
<section id="roadmap">
1011
<div class="container">
11-
<p>Tesseract worldlets citizens of distant epochs corpus callosum a mote of dust suspended in a sunbeam paroxysm of global death across the centuries! Culture. Hypatia, shores of the cosmic ocean trillion cosmos, citizens of distant epochs a mote of dust suspended in a sunbeam star stuff harvesting star light with pretty stories for which there's little good evidence a mote of dust suspended in a sunbeam. Another world. Star stuff harvesting star light rich in heavy atoms extraplanetary Flatland worldlets, citizens of distant epochs. A very small stage in a vast cosmic arena Flatland inconspicuous motes of rock and gas. Ship of the imagination. Across the centuries and billions upon billions upon billions upon billions upon billions upon billions upon billions.</p>
12-
</div>
12+
<header>
13+
<h2>Roadmap and RFC Process</h2>
14+
<div class="highlight highlight-green"></div>
15+
</header>
16+
<div class="row">
17+
<div class="eight columns">
18+
<p>Each major decision in Rust starts as a Request for Comments (RFC).
19+
Everyone is invited to discuss the proposal, to work toward a shared understanding of the tradeoffs.
20+
Though sometimes arduous, this community deliberation is Rust's secret sauce for quality.
21+
</p>
22+
<a href="/governance/rfcs" class="button button-secondary">Learn more</a>
23+
<p>The RFC process is also used to establish a yearly roadmap laying out our aspirations for that year.
24+
This shared vision is essential for keeping the development process focused.
25+
</p>
26+
<a href="/governance/roadmap" class="button button-secondary">Read the 2018 Roadmap</a>
27+
</div>
28+
<div class="four columns">
29+
<img src="http://via.placeholder.com/350x200">
30+
</div>
31+
</div>
1332
</section>
1433

1534
<section id="teams">
@@ -18,84 +37,66 @@
1837
<h2>Teams</h2>
1938
<div class="highlight highlight-yellow"></div>
2039
</header>
21-
<p>Birth colonies laws of physics astonishment vastness is bearable only through love globular star cluster rogue galaxies great turbulent clouds, birth consciousness with pretty stories for which there's little good evidence rogue?</p>
22-
<div id="core-team">
23-
<h3>Core Team</h3>
24-
<ul class="headshots">
25-
<li>
26-
<a href="https://github.com/nrc">
27-
<p>Nick Cameron</p>
28-
<img src="https://avatars.githubusercontent.com/nrc" alt="Nick Cameron">
29-
</a>
30-
</li>
31-
<li>
32-
<a href="https://github.com/alexcrichton">
33-
<p>Alex Crichton</p>
34-
<img src="https://avatars.githubusercontent.com/alexcrichton" alt="Alex Crichton">
35-
</a>
36-
</li>
37-
<li>
38-
<a href="https://github.com/aidanhs">
39-
<p>Aidan Hobson Sayers</p>
40-
<img src="https://avatars.githubusercontent.com/aidanhs" alt="Aidan Hobson Sayers">
41-
</a>
42-
</li>
43-
<li>
44-
<a href="https://github.com/wycats">
45-
<p>Yehuda Katz</p>
46-
<img src="https://avatars.githubusercontent.com/wycats" alt="Yehuda Katz">
47-
</a>
48-
</li>
49-
<li>
50-
<a href="https://github.com/steveklabnik">
51-
<p>Steve Klabnik</p>
52-
<img src="https://avatars.githubusercontent.com/steveklabnik" alt="Steve Klabnik">
53-
</a>
54-
</li>
55-
<li>
56-
<a href="https://github.com/nikomatsakis">
57-
<p>Niko Matsakis</p>
58-
<img src="https://avatars.githubusercontent.com/nikomatsakis" alt="Niko Matsakis">
59-
</a>
60-
</li>
61-
<li>
62-
<a href="https://github.com/carols10cents">
63-
<p>Carol Nichols</p>
64-
<img src="https://avatars.githubusercontent.com/carols10cents" alt="Carol Nichols">
65-
</a>
66-
</li>
67-
<li>
68-
<a href="https://github.com/Mark-Simulacrum">
69-
<p>Mark Simulacrum</p>
70-
<img src="https://avatars.githubusercontent.com/Mark-Simulacrum" alt="Mark Simulacrum">
71-
</a>
72-
</li>
73-
<li>
74-
<a href="https://github.com/aturon">
75-
<p>Aaron Turon</p>
76-
<img src="https://avatars.githubusercontent.com/aturon" alt="Aaron Turon">
77-
</a>
78-
</li>
79-
<li>
80-
<a href="https://github.com/ashleygwilliams">
81-
<p>Ashley Williams</p>
82-
<img src="https://avatars.githubusercontent.com/ashleygwilliams" alt="Ashley Williams">
83-
</a>
84-
</li>
85-
</ul>
40+
<p>Each aspect of the Rust project is managed by a dedicated leadership team:</p>
41+
<div class="row">
42+
<div class="four columns book">
43+
<img src="/static/images/reference.svg" />
44+
<p><a href="??">Core</a>: Rust's vision and global concerns.</p>
45+
</div>
46+
<div class="four columns book">
47+
<img src="/static/images/nomicon.svg" />
48+
<p><a href="??">Language</a>: the design of the core language.</p>
49+
</div>
50+
<div class="four columns book">
51+
<img src="/static/images/unstable.svg" />
52+
<p><a href="??">Compiler</a>: the Rust compiler, <code>rustc</code></p>
53+
</div>
54+
</div>
55+
<div class="row">
56+
<div class="four columns book">
57+
<img src="/static/images/reference.svg" />
58+
<p><a href="??">Library</a>: the standard library and ecosystem.</p>
59+
</div>
60+
<div class="four columns book">
61+
<img src="/static/images/nomicon.svg" />
62+
<p><a href="??">Dev Tools</a>: Cargo, IDE support, and more.</p>
63+
</div>
64+
<div class="four columns book">
65+
<img src="/static/images/unstable.svg" />
66+
<p><a href="https://github.com/rust-community/team">Community</a>: events, surveys, switchboard and more.</p>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="four columns book">
71+
<img src="/static/images/reference.svg" />
72+
<p><a href="??">Documentation</a>: official books and API docs</p>
73+
</div>
74+
<div class="four columns book">
75+
<img src="/static/images/nomicon.svg" />
76+
<p><a href="??">Operations</a>: keeping development running.</p>
77+
</div>
78+
<div class="four columns book">
79+
<img src="/static/images/unstable.svg" />
80+
<p><a href="??">Moderation</a>: </p>
81+
</div>
8682
</div>
87-
<a href="/governance/teams" class="button button-secondary">Teams</a>
8883
</div>
8984
</section>
9085

91-
<section id="roadmap">
86+
<section id="sustainability">
9287
<div class="container">
9388
<header>
94-
<h2>Roadmap and RFC Process</h2>
95-
<div class="highlight highlight-green"></div>
89+
<h2>Sustainability and support</h2>
90+
<div class="highlight highlight-red"></div>
9691
</header>
97-
<p> Hypatia culture, emerged into consciousness paroxysm of global death intelligent beings across the centuries muse about extraordinary claims require extraordinary evidence Sea of Tranquility culture cosmos preserve and cherish that pale blue dot a billion trillion cosmic ocean, vastness is bearable only through love and billions upon billions upon billions upon billions upon billions upon billions upon billions.</p>
98-
<a href="/governance/roadmap" class="button button-secondary">Learn more</a>
92+
<p>The Rust project belongs to its community of stakeholders, not to any one company or organization.
93+
It's built by a worldwide group of volunteers, students, and paid contributors.
94+
Organizations that benefit from Rust give back by allocating employee time to Rust contribution
95+
or by sponsoring community efforts.
96+
There are people working part- and full-time on Rust at a half dozen companies, big and small.
97+
</p>
98+
<a href="/policies/code-of-conduct" class="button button-secondary">Learn More</a>
99+
</div>
99100
</section>
100101

101102
<section id="community-standards">
@@ -104,7 +105,9 @@
104105
<h2>Community Standards</h2>
105106
<div class="highlight highlight-purple"></div>
106107
</header>
107-
<p>Something incredible is waiting to be known. How far away Jean-Francois Champollion. Network of wormholes, take root and flourish emerged into consciousness, Rig Veda circumnavigated the ash of stellar alchemy, made in the interiors of collapsing stars, Hypatia. Across the centuries, prime number Rig Veda. Hydrogen atoms! Descended from astronomers a very small stage in a vast cosmic arena corpus callosum. Tendrils of gossamer clouds dream of the mind's eye, two ghostly white figures in coveralls and helmets are soflty dancing, explorations inconspicuous motes of rock and gas great turbulent clouds. Dispassionate extraterrestrial observer venture finite but unbounded ship of the imagination across the centuries cosmic ocean, dream of the mind's eye network of wormholes? A very small stage in a vast cosmic arena and billions upon billions upon billions upon billions upon billions upon billions upon billions.</p>
108+
<p>Rust <i>is</i> its community, and so it's vital that its culture reflect the project's values:
109+
inclusivity, empowerment, kindness, and careful deliberation. We have a Code of Conduct and a Moderation Team to
110+
enforce it, but in official venues we strive to go beyond that and treat each other with the highest standards of empathy and respect.</p>
108111
<a href="/policies/code-of-conduct" class="button button-secondary">Learn More</a>
109112
</section>
110113

0 commit comments

Comments
 (0)