Skip to content

Commit 23431d0

Browse files
Merge pull request #15 from tertsdiepraam/homepage
Contributing section
2 parents ef08ee7 + e36dbe2 commit 23431d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

homepage/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@
197197
}
198198
}
199199

200+
ul {
201+
margin-top: 0;
202+
margin-bottom: 2rem;
203+
}
204+
200205
/* FOOTER */
201206
footer {
202207
align-items: center;
@@ -302,6 +307,16 @@ <h2>Crates</h2>
302307
<a href="https://github.com/uutils/rust-users">rust-users</a>
303308
</li>
304309
</ul>
310+
<h2>Contributing</h2>
311+
<p>You can help us out by:</p>
312+
<ul>
313+
<li>Contributing code</li>
314+
<li>Contributing documentation</li>
315+
<li>Reporting bugs (e.g. incompatibilities with GNU utilities)</li>
316+
<li>Triaging bugs</li>
317+
<li><a href="https://github.com/sponsors/uutils">Sponsoring uutils on GitHub</a></li>
318+
</ul>
319+
<p>You can join our <a href="https://discord.gg/wQVJbvJ">Discord server</a> to discuss or ask anything concerning uutils. We're happy to help you get started with contributing!</p>
305320
<h2>Friends of uutils</h2>
306321
<p>
307322
We collaborate with and build upon many other projects in the Rust

0 commit comments

Comments
 (0)