Skip to content

Commit d590e01

Browse files
authored
Add info about donating to NumPy to contribute.md (#768)
Add info about donating to NumPy to contribute.md Resolves #498 Also improve the Fundraising section of the Contribute page.
1 parent 772dec2 commit d590e01

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

content/en/contribute.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Programmers, this
3636
explains how to contribute to the NumPy codebase.
3737
<br>Check out also our [YouTube channel](https://www.youtube.com/playlist?list=PLCK6zCrcN3GXBUUzDr9L4__LnXZVtaIzS) for additional advice.
3838

39-
4039
### Reviewing pull requests
4140
The project has more than 250 open pull requests -- meaning many potential
4241
improvements and many open-source contributors waiting for feedback. If you're
@@ -46,7 +45,6 @@ codebase. You can:
4645
* triage documentation PRs
4746
* test proposed changes
4847

49-
5048
### Developing educational materials
5149

5250
NumPy's [User Guide](https://numpy.org/devdocs) is undergoing rehabilitation.
@@ -56,7 +54,6 @@ welcome worked examples, notebooks, and videos. [NEP 44 — Restructuring the
5654
NumPyDocumentation](https://numpy.org/neps/nep-0044-restructuring-numpy-docs.html)
5755
lays out our ideas -- and you may have others.
5856

59-
6057
### Issue triaging
6158

6259
The [NumPy issue tracker](https://github.com/numpy/numpy/issues) has a _lot_
@@ -70,22 +67,19 @@ would make good issues for new contributors. You can:
7067

7168
Please just dive in.
7269

73-
7470
### Website development
7571

7672
We've just revamped our website, but we're far from done. If you love web
7773
development, these
7874
[issues](https://github.com/numpy/numpy.org/issues?q=is%3Aissue+is%3Aopen+label%3Adesign)
7975
list some of our unmet needs -- and feel free to share your own ideas.
8076

81-
8277
### Graphic design
8378

8479
We can barely begin to list the contributions a graphic designer can make here.
8580
Our docs are parched for illustration; our growing website craves images --
8681
opportunities abound.
8782

88-
8983
### Translating website content
9084

9185
We plan multiple translations of [numpy.org](https://numpy.org) to make NumPy
@@ -95,7 +89,6 @@ of this effort. See
9589
for background; comment on [this GitHub
9690
issue](https://github.com/numpy/numpy.org/issues/55) to sign up.
9791

98-
9992
### Community coordination and outreach
10093

10194
Through community contact we share our work more widely and learn where we're
@@ -105,10 +98,15 @@ sprints](https://scisprints.github.io/), a newsletter, and perhaps a blog.
10598

10699
### Fundraising
107100

108-
NumPy was all-volunteer for many years, but as its importance grew it became
109-
clear that to ensure stability and growth we'd need financial support. [This
110-
SciPy'19 talk](https://www.youtube.com/watch?v=dBTJD_FDVjU) explains how much
111-
difference that support has made. Like all the nonprofit world, we're
112-
constantly searching for grants, sponsorships, and other kinds of support. We
113-
have a number of ideas and of course we welcome more. Fundraising is a scarce
114-
skill here -- we'd appreciate your help.
101+
For many years, NumPy was maintained by dedicated volunteers, but as its importance grew it
102+
became clear that to ensure stability and growth we would need financial support.
103+
[This SciPy'19 talk](https://www.youtube.com/watch?v=dBTJD_FDVjU) explains how much difference
104+
that support has made. Like most nonprofits, we are constantly seeking grants, sponsorships,
105+
and other kinds of funding. We have a number of ideas and of course we welcome more.
106+
Fundraising is a scarce skill here -- we'd appreciate your help.
107+
108+
### Donate
109+
110+
If you'd like to contribute to NumPy by making a donation, visit [https://numpy.org/about/#donate](https://numpy.org/about/#donate).
111+
112+

0 commit comments

Comments
 (0)