-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
WEB: Improvements to the contribute page #29107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
datapythonista
merged 4 commits into
pandas-dev:master
from
datapythonista:contribute_page
Nov 4, 2019
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
bb5e3e1
WEB: Improvements to the contribute page
datapythonista 08cd142
companies and institutions
datapythonista 4b03ffa
Merge remote-tracking branch 'upstream/master' into contribute_page
datapythonista 2c2f078
Merge remote-tracking branch 'upstream/master' into contribute_page
datapythonista File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or 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 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
companies and institutions ?
It's not only companies that can let employees contribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that makes sense, changed. Thanks!