Skip to content

Commit 9b9b1d6

Browse files
committed
Add blog post about the new Funding page
1 parent 2b33ceb commit 9b9b1d6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
+++
2+
path = "9999/12/31/making-it-easier-to-sponsor-rust-contributors"
3+
title = "Making it easier to sponsor Rust contributors"
4+
authors = ["Jakub Beránek"]
5+
6+
[extra]
7+
team = "Leadership Council"
8+
team_url = "https://rust-lang.org/governance/teams/leadership-council/"
9+
+++
10+
11+
> TLDR: You can now find a list of Rust contributors that you can sponsor on [this page][funding-page].
12+
13+
Same as with many other open-source projects, Rust depends on a large number of contributors, many of which make Rust better on a volunteer basis or are funded only for a fraction of their open-source contributions.
14+
15+
Supporting these contributors is vital for the long-term health of the Rust language and its toolchain, so that it can keep its current level of quality, but also evolve going forward. Of course, this is nothing new, and there are currently several ongoing efforts to provide stable and sustainable funding for Rust maintainers, such as the [Rust Foundation Maintainer Fund](https://rustfoundation.org/media/announcing-the-rust-foundation-maintainers-fund/) or the [RustNL Maintainers Fund](https://rustnl.org/fund/). We are very happy about that!
16+
17+
That being said, there are multiple ways of supporting the development of Rust. One of them is sponsoring individual Rust contributors directly, through services like GitHub Sponsors. Such sponsoring makes it possible even for individuals or small companies to financially support their favourite contributors. Every bit of funding helps!
18+
19+
Previously, if you wanted to sponsor someone who works on Rust, you had to go on a detective hunt to figure out who are the people contributing to the Rust toolchain, if they are receiving sponsorships and through which service. This was a lot of work, and could provide a barrier to sponsorships. So we made it simpler! Now we have a dedicated [Funding page][funding-page] on the Rust website, which helpfully shows members of the Rust Project that are accepting funding through sponsoring. Note that the list is non-exhaustive, we made it opt in, so that contributors can decide on their own whether they want to be listed there or not[^shuffle].
20+
21+
So, there you go! If you ever wanted to support the development of Rust "in the small", it is now [simpler][funding-page] than ever.
22+
23+
[^shuffle]: The order of people on the funding page is shuffled on every page load to reduce unnecessary ordering bias.
24+
25+
[funding-page]: https://rust-lang.org/funding/

0 commit comments

Comments
 (0)