Skip to content

Commit c8b0eb3

Browse files
committed
Restructure contribution area of FAQ, add donation request
1 parent b9a0ffc commit c8b0eb3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

warehouse/templates/pages/help.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,13 @@ <h2>{{ feedback() }}</h2>
243243
<section id="contributing" class="common-question">
244244
<h2>{{ contributing() }}</h2>
245245
<p>
246-
We have a huge amount of work to do to continue to maintain and improve PyPI (also known as <a href="http://warehouse.readthedocs.io/">the Warehouse project</a>), and would love to see some new faces working on the project.
246+
We have a huge amount of work to do to continue to maintain and improve PyPI (also known as <a href="http://warehouse.readthedocs.io/">the Warehouse project</a>).
247247
</p>
248248
<p>
249-
You <strong>do not</strong> need to be an experienced open-source developer to make a contribution - in fact, we'd love to help you make your first open source pull request!
249+
<em>Financial</em>: We would deeply appreciate <a href="https://donate.pypi.org/">your donations to fund development and maintenance</a>.
250+
</p>
251+
<p>
252+
<em>Development</em>: Warehouse is open source, and we would love to see some new faces working on the project. You <strong>do not</strong> need to be an experienced open-source developer to make a contribution - in fact, we'd love to help you make your first open source pull request!
250253
</p>
251254
<p>
252255
If you have skills in Python, HTML, SCSS, or JavaScript, then please take a look at the <a href="https://github.com/pypa/warehouse/issues">issue tracker</a>. We've created a <a href="https://github.com/pypa/warehouse/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22">'Good first issue'</a> label - we recommend you start here.
@@ -255,7 +258,7 @@ <h2>{{ contributing() }}</h2>
255258
Issues are grouped into <a href="https://github.com/pypa/warehouse/milestones">milestones</a>; working on issues in the current milestone is a great way to help push the project forward. If you're interested in working on a particular issue, leave a comment and we can guide you through the contribution process.
256259
</p>
257260
<p>
258-
You can also follow the ongoing development of the project on the <a href="https://mail.python.org/mailman/listinfo/distutils-sig">Distutils-sig mailing list</a> and the <a href="https://groups.google.com/forum/#!forum/pypa-dev">PyPA Dev message group</a>.
261+
<em>Stay updated</em>: You can also follow the ongoing development of the project on the <a href="https://mail.python.org/mailman/listinfo/distutils-sig">Distutils-sig mailing list</a> and the <a href="https://groups.google.com/forum/#!forum/pypa-dev">PyPA Dev message group</a>.
259262
</p>
260263
{{ code_of_conduct() }}
261264
</section>

0 commit comments

Comments
 (0)