From 10ce3ecc992148f355d68a40cb777bc4e8751732 Mon Sep 17 00:00:00 2001 From: Evelyn Montes Sobal <102782127+EvelynMS1@users.noreply.github.com> Date: Sat, 12 Jul 2025 11:09:52 -0700 Subject: [PATCH 1/2] Reworded a sentence --- contribute-open-source/your-first-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute-open-source/your-first-contribution.md b/contribute-open-source/your-first-contribution.md index 2f532fd..136a67e 100644 --- a/contribute-open-source/your-first-contribution.md +++ b/contribute-open-source/your-first-contribution.md @@ -50,7 +50,7 @@ The steps for making your first contribution to an open source repo. In this les First, identify and get to know the repository you want to contribute to. Use the [pyOpenSci learning repository](https://github.com/pyOpenSci/pyos-demo-package-contribute) to test out the process. -[Getting to know that repository](get-to-know-repo) will save you and the maintainers time when you make your first contribution. You can think about like doing some research on a blog post before sitting down and writing it. +[Getting to know that repository](get-to-know-repo) will save you and the maintainers time when you make your first contribution. You can think it about like doing some research on a blog post before sitting down and writing it. Ideally, the repository you have chosen has documented the types of contributions they welcome and what process they want contributors to follow. Reading through that documentation first will help you get started quickly and minimize the questions you ask the maintainer team. Most often, the best place for a new contributor to start, regardless of their experience contributing, is the [contributing guide](https://www.pyopensci.org/python-package-guide/documentation/repository-files/contributing-file.html) and the [README file](https://www.pyopensci.org/python-package-guide/documentation/repository-files/readme-file-best-practices.html). From 26a8b615a182e4e9deb8c5ac2977c93ec5faf3a1 Mon Sep 17 00:00:00 2001 From: Evelyn Montes Sobal <102782127+EvelynMS1@users.noreply.github.com> Date: Sat, 12 Jul 2025 11:43:10 -0700 Subject: [PATCH 2/2] Reworded again --- contribute-open-source/your-first-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute-open-source/your-first-contribution.md b/contribute-open-source/your-first-contribution.md index 136a67e..e5eb04f 100644 --- a/contribute-open-source/your-first-contribution.md +++ b/contribute-open-source/your-first-contribution.md @@ -50,7 +50,7 @@ The steps for making your first contribution to an open source repo. In this les First, identify and get to know the repository you want to contribute to. Use the [pyOpenSci learning repository](https://github.com/pyOpenSci/pyos-demo-package-contribute) to test out the process. -[Getting to know that repository](get-to-know-repo) will save you and the maintainers time when you make your first contribution. You can think it about like doing some research on a blog post before sitting down and writing it. +[Getting to know that repository](get-to-know-repo) will save you and the maintainers time when you make your first contribution. You can think about it like doing some research on a blog post before sitting down and writing it. Ideally, the repository you have chosen has documented the types of contributions they welcome and what process they want contributors to follow. Reading through that documentation first will help you get started quickly and minimize the questions you ask the maintainer team. Most often, the best place for a new contributor to start, regardless of their experience contributing, is the [contributing guide](https://www.pyopensci.org/python-package-guide/documentation/repository-files/contributing-file.html) and the [README file](https://www.pyopensci.org/python-package-guide/documentation/repository-files/readme-file-best-practices.html).