Skip to content

Commit e9456d1

Browse files
lwasserkierisi
andcommitted
Fix: edits from @kierSi
Co-authored-by: Jesse Mostipak <[email protected]>
1 parent 5260a87 commit e9456d1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_posts/2024-06-20-pyconus-pyopensci-sprints.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "pyOpenSci beginner-friendly sprints at PyCon US 2024"
4-
excerpt: "pyOpenSci holds beginner-friendly sprints with the goal of making new contributors feel welcome. Learn about our last sprint at PyCon US 2024 and tips we use to make sprints accessible to more people."
4+
excerpt: "pyOpenSci holds beginner-friendly sprints with the goal of making new contributors feel welcome. Learn about our latest sprint at PyCon US 2024, and tips we use to make sprints accessible to more people."
55
author: "Leah Wasser"
66
permalink: /blog/pyopensci-pyconus-2024-sprints.html
77
header:
@@ -24,7 +24,7 @@ In previous posts, I talked about:
2424
within the scientific Python community](python-packaging-friends-dont-let-friends-package-alone.html).
2525

2626
Here, I will share with you what we have learned at pyOpenSci through holding
27-
beginner-friendly sprints over the past 2 years.
27+
beginner-friendly sprints over the past two years.
2828
Specifically, I want to
2929
explore the varied motivations and barriers associated with contributions to
3030
Open Source, and how pyOpenSci is addressing them.
@@ -38,19 +38,19 @@ Open Source, and how pyOpenSci is addressing them.
3838
* By setting up infrastructure such as project boards and tagging issues as beginner-
3939
friendly, you are on your way towards a beginner-friendly sprint.
4040
* Be prepared to support people who are newer to Git and GitHub.
41-
* Create opportunities for beginners to contribute to documentation. The beginner lense
41+
* Create opportunities for beginners to contribute to documentation. The beginner lens
4242
reviewing your docs is critical to
4343
ensuring the documentation is usable! Documentation contributions can also be
44-
implemented completely on GitHub without needing to use the command line.
44+
implemented entirely on GitHub without needing to use the command line.
4545
</div>
4646

47-
## pyOpenSci's PyCon US 2024 Sprint
47+
## pyOpenSci's [PyCon US 2024](https://us.pycon.org/2024/) Sprint
4848

49-
I've been running pyOpenSci sprints for about 2 years now. This year was my second year
50-
leading a PyCon US sprint for pyOpenSci. I've learned a lot! While last year we had 2
49+
I've been running pyOpenSci sprints for about two years now. This year was my second year
50+
leading a PyCon US sprint for pyOpenSci. I've learned a lot! While last year we had two
5151
sprinters, this year we had a tremendous turnout of 18 people from several countries
5252
and across the United States for our 1-day sprint. This resulted in over 35 issues and
53-
pull requests where volunteers helped fix issues on our website, in our tutorials, and
53+
pull requests, where volunteers helped fix issues on our website, in our tutorials, and
5454
in our packaging and peer review guidebooks. Many long-standing issues and bugs were
5555
fixed thanks to this wonderful Python community.
5656

@@ -65,13 +65,13 @@ that we've learned at pyOpenSci about running beginner-friendly sprints.
6565

6666
If you haven’t been to a sprint before, it’s an experience every open source
6767
enthusiast should have. Sprints are where people come together to work on a
68-
project. The word sprint can be used in a professional development setting. This might describe a team of developers working
68+
project. The word sprint can also be used in a professional development setting. This might describe a team of developers working
6969
together to release a new feature. For the volunteer open source community, sprints often mean volunteers
7070
helping maintainers work on various parts of a project. And it's important to keep in mind that often the maintainers are
71-
also volunteers.
71+
also volunteers themselves.
7272

7373
### What do people sprint on for pyOpenSci?
74-
pyOpenSci is a non profit organization that is devoted to building diverse and
74+
pyOpenSci is a nonprofit organization that is devoted to building diverse and
7575
inclusive community that supports making science more open and collaborative.
7676
Among other things that we do, we run [open peer review of scientific Python software](/about-peer-review/index.html).
7777

@@ -81,8 +81,8 @@ community driven beginner-friendly
8181
[Python packaging resources](https://www.pyopensci.org/python-package-guide/) and
8282
[tutorials](https://www.pyopensci.org/python-package-guide/tutorials/intro.html).
8383
High quality learning resources also require maintenance and review.
84-
As such we always need a mixture of packaging experts and those newer to packaging
85-
to catch errors and points of confusion.
84+
As such, we always need a mixture of packaging experts and those newer to packaging
85+
to help catch errors and identify points of confusion.
8686

8787
As the Executive Director and Founder of pyOpenSci, I created most of our
8888
pyOpenSci GitHub infrastructure to support our mission. While I cherish times
@@ -94,7 +94,7 @@ big and small. These contributions propel the pyOpenSci mission of making scienc
9494
more open and collaborative forward.
9595

9696

97-
## Barriers to contribute to open source
97+
## Barriers in contributing to open source
9898

9999
While sprints are a great way to engage the community in
100100
supporting an organization's (or a project's) mission, there are many barriers for contributors to consider.

0 commit comments

Comments
 (0)