1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
|
---
title: Contribute to Gentoo
navtitle: Contribute
nav1: get-involved
nav2: contribute
nav2-show: true
nav2-weight: 40
---
<p class="lead">
There are plenty of things you can do to make Gentoo even better.
<br>
Here's your chance to leave a mark on our distribution.
</p>
<div class="alert alert-info">
<strong>Getting Guidance:</strong>
If you're not sure what you can do or how to get started,
please do not hesitate to contact the <a href="mailto:recruiters@gentoo.org" class="alert-link">Gentoo Recruiters</a>.
</div>
<br>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-users fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Provide Community Support</h2>
<p>
Join the awesome crowd of helpful people in our <a href="../irc-channels/">IRC channels</a>,
on our <a href="https://forums.gentoo.org/">Forums</a> and on the <a href="../mailing-lists/">Mailing Lists</a>.
<br>
If a topic is being discussed that you're knowledgeable on, please feel free to contribute and help out a fellow user.
</p>
<p class="button-bar">
<a href="https://forums.gentoo.org/search.php?search_id=unanswered" class="btn btn-primary">
<span class="fa fa-fw fa-question-circle"></span> Unanswered questions on the Forums
</a>
<a href="../irc-channels/" class="btn btn-primary">
<span class="fa fa-fw fa-comments-o"></span> Join <tt>#gentoo</tt>
</a>
<a href="../mailing-lists/" class="btn btn-primary">
<span class="fa fa-fw fa-inbox"></span> Mailing Lists
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-book fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Improve our Documentation</h2>
<p>
The <a href="https://wiki.gentoo.org/">Gentoo Wiki</a> is the central documentation resource made by the community for the community.
<br>
Found something that needs to be documented, improved, translated, or rewritten?
Sign up and get it done!
</p>
<p class="button-bar">
<a href="https://wiki.gentoo.org/wiki/Help:Starting_a_new_page" class="btn btn-primary">
<span class="fa fa-fw fa-book"></span> Create new articles
</a>
<a href="https://wiki.gentoo.org/wiki/Help:Editing_pages" class="btn btn-primary">
<span class="fa fa-fw fa-pencil"></span> Edit existing docs
</a>
<a href="https://wiki.gentoo.org/wiki/Help:Translating#For_Anyone:_Becoming_a_translator" class="btn btn-primary">
<span class="fa fa-fw fa-globe"></span> Translate
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-gears fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Maintain Packages</h2>
<p>
Packages are the very essence of our distribution.
Maintaining them is one of the most important tasks we have.
</p>
<p>
Our packages are installed via <em>ebuilds</em>.
There are various resources that can help you get accustomed with the creation and maintenance of these powerful little bash scripts:
</p>
<ul>
<li><a href="https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds">Basic Guide to writing Ebuilds</a></li>
<li><a href="https://devmanual.gentoo.org/">The Gentoo Developer Manual</a></li>
<li>The <a href="irc://irc.gentoo.org/gentoo-dev-help"><tt>#gentoo-dev-help</tt></a> IRC channel</li>
<li>The <a href="/get-involved/mailing-lists/">gentoo-devhelp</a> mailing list</li>
</ul>
<p>
Before <a href="/get-involved/become-developer/">becoming a developer</a>, you can test and improve your ebuild writing skills by contributing
to the <a href="https://wiki.gentoo.org/wiki/Project:Sunrise">Sunrise user overlay</a>, testing packages as <em>Architecture tester</em>
or work together with a developer and act as <em>Proxy Maintainer</em> for a small set of packages.
</p>
<p class="button-bar">
<a href="https://wiki.gentoo.org/wiki/Submitting_ebuilds" class="btn btn-primary">
<span class="fa fa-fw fa-upload"></span> How to submit ebuilds
</a>
<a href="https://wiki.gentoo.org/wiki/Project:X86/Arch_Testers_FAQ" class="btn btn-primary">
<span class="fa fa-fw fa-wrench"></span> Become Arch Tester
</a>
<a href="https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers" class="btn btn-primary">
<span class="fa fa-fw fa-user"></span> Become Proxy Maintainer
</a>
<a href="https://wiki.gentoo.org/wiki/Project:Sunrise" class="btn btn-primary">
<span class="fa fa-fw fa-sun-o"></span> Sunrise Overlay
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-bug fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Report and Resolve Bugs</h2>
<p>
<br>
If you've come across flaw in a package in our distribution, please take a moment to report it
on our <a href="https://bugs.gentoo.org/">Bugzilla</a> bug tracker.
Of course we also appreciate you reporting solutions to existing entries and not just problems. 😉
</p>
<p>
Below are resources that explain how to get started:
</p>
<p class="button-bar">
<a href="https://wiki.gentoo.org/wiki/Bugzilla_HOWTO" class="btn btn-primary">
<span class="fa fa-fw fa-book"></span> Bugzilla Howto
</a>
<a href="https://wiki.gentoo.org/wiki/Beautiful_bug_reports" class="btn btn-primary">
<span class="fa fa-fw fa-book"></span> Reporting beautiful bugs
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-paint-brush fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Create Artwork and Designs</h2>
<p>
Got an idea for a cool wallpaper, case badge, graphic item, web feature, or anything else that will be a pleasure to look at?
<br>
Make it happen and let us know!
</p>
<p class="button-bar">
<a href="https://wiki.gentoo.org/wiki/Project:Artwork" class="btn btn-primary">
<span class="fa fa-fw fa-paint-brush"></span> Contact the Artwork team
</a>
<a href="https://wiki.gentoo.org/wiki/Project:Website" class="btn btn-primary">
<span class="fa fa-fw fa-globe"></span> Contact the Web team
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-newspaper-o fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Contribute Articles and Stories</h2>
<p>
The <a href="https://blogs.gentoo.org/news/">Gentoo Monthly News</a> team always looks for pieces on cool use cases of Gentoo or news related to our project.
<br>
Break out your writing pads and get <kbd>--verbose</kbd>.
</p>
<p class="button-bar">
<a href="https://wiki.gentoo.org/wiki/Project:GMN" class="btn btn-primary">
<span class="fa fa-fw fa-newspaper-o"></span> Contact the GMN team
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-database fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Sponsor Infrastructure</h2>
<p>
Gentoo is largely run on sponsored infrastructure, as we can only sustain the very core machines of the distribution.
</p>
<p>
If you have access to machines, bandwidth, or co-location and wish to support Gentoo,
please get in touch with our <a href="https://wiki.gentoo.org/wiki/Project:Infrastructure">Infrastructure team</a>.
</p>
<p class="button-bar">
<a href="mailto:infra@gentoo.org" class="btn btn-primary"><span class="fa fa-fw fa-database"></span> Offer Infrastructure resources</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-primary contribute-icon">
<span class="fa fa-fw fa-cloud-download fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Provide a Mirror</h2>
<p>
Mirrors provide users around the globe with speedy access to the latest ebuilds, program sources, stage archives, and boot media.
<br>
Users in Africa, Asia, and Oceania would especially appreciate further bandwidth in their respective regions.
</p>
<p class="button-bar">
<a href="https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync" class="btn btn-primary">
<span class="fa fa-fw fa-cloud-download"></span> Join the Gentoo mirror network
</a>
</p>
</div>
</section>
<hr>
<section class="row">
<div class="col-xs-12 col-md-2 text-center text-danger contribute-icon">
<span class="fa fa-fw fa-heart fa-5x"></span>
</div>
<div class="col-xs-12 col-md-10">
<h2 class="stick-top">Donate</h2>
<p>
Even if you're not a master of technology, artwork guru, or support specialist,
you can contribute to Gentoo by helping to cover our running costs.
</p>
<p class="button-bar">
<a href="/donate" class="btn btn-danger"><span class="fa fa-fw fa-heart"></span> Donate now</a>
</p>
</div>
</section>
<br>
<div class="alert alert-info">
<strong>Looking for specific tasks?</strong>
The Gentoo Projects publish their <a href="https://wiki.gentoo.org/wiki/Project:Gentoo/Staffing_Needs" class="alert-link">Staffing Needs</a>
on our <a href="https://wiki.gentoo.org/wiki/Project:Gentoo/Staffing_Needs" class="alert-link">Wiki</a>.
You are also always welcome to pick a <a href="https://bugs.gentoo.org" class="alert-link">bug</a> and work on it.
</div>
|