forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WEB: Improvements to the contribute page (pandas-dev#29107)
- Loading branch information
1 parent
069a3bb
commit 3992126
Showing
2 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,55 @@ | ||
# Contribute to pandas | ||
|
||
_pandas_ is and always will be **free**. To make the development sustainable, we need _pandas_ users, corporate | ||
or individual, to support the development by providing their time and money. | ||
_pandas_ is and will always be **free**. To make the development sustainable, we need _pandas_ users, corporate | ||
and individual, to support the development by providing their time and money. | ||
|
||
You can find more information about current developers in the [team page](about/team.html), | ||
and about current sponsors in the [sponsors page](about/sponsors.html). | ||
Financial contributions will mainly be used to advance in the [pandas roadmap](about/roadmap.html). | ||
|
||
- If your **company or organization** is interested in helping make pandas better, please contact us at [[email protected]](mailto:[email protected]) | ||
- If you want to contribute to _pandas_ with your **time**, please visit the [contributing page]({{ base_url }}/docs/development/index.html) | ||
- If you want to support _pandas_ with a **donation**, please use the [donations page](donate.html). | ||
<section> | ||
<div class="container mt-5"> | ||
<div class="row text-center"> | ||
<div class="col-md-4"> | ||
<span class="fa-stack fa-4x"> | ||
<i class="fas fa-circle fa-stack-2x pink"></i> | ||
<i class="fas fa-building fa-stack-1x fa-inverse"></i> | ||
</span> | ||
<h4 class="service-heading mt-3 font-weight-bold blue">Corporate support</h4> | ||
<p class="text-muted"> | ||
pandas depends on companies and institutions using the software to support its development. Hiring | ||
people to work on pandas, or letting existing employees to contribute to the | ||
software. Or sponsoring pandas with funds, so the project can hire people to | ||
progress on the <a href="about/roadmap.html">pandas roadmap</a>. | ||
</p> | ||
<p>More information in the <a href="about/sponsors.html">sponsors page</a></p> | ||
</div> | ||
<div class="col-md-4"> | ||
<span class="fa-stack fa-4x"> | ||
<i class="fas fa-circle fa-stack-2x pink"></i> | ||
<i class="fas fa-users fa-stack-1x fa-inverse"></i> | ||
</span> | ||
<h4 class="service-heading mt-3 font-weight-bold blue">Individual contributors</h4> | ||
<p class="text-muted"> | ||
pandas is mostly developed by volunteers. All kind of contributions are welcome, | ||
such as contributions to the code, to the website (including graphical designers), | ||
to the documentation (including translators) and others. There are tasks for all | ||
levels, including beginners. | ||
</p> | ||
<p>More information in the <a href="{{ base_url }}/docs/development/index.html">contributing page</a></p> | ||
</div> | ||
<div class="col-md-4"> | ||
<span class="fa-stack fa-4x"> | ||
<i class="fas fa-circle fa-stack-2x pink"></i> | ||
<i class="fas fa-dollar-sign fa-stack-1x fa-inverse"></i> | ||
</span> | ||
<h4 class="service-heading mt-3 font-weight-bold blue">Donations</h4> | ||
<p class="text-muted"> | ||
Individual donations are appreciated, and are used for things like the project | ||
infrastructure, travel expenses for our volunteer contributors to attend | ||
the in-person sprints, or to give small grants to develop features. | ||
</p> | ||
<p>Make your donation in the <a href="donate.html">donate page</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters