Skip to content

Commit

Permalink
Merge pull request #3125 from zaki-hussain/fix-typo
Browse files Browse the repository at this point in the history
Fixed typos by adding spaces after commas
  • Loading branch information
ipc103 authored Oct 11, 2023
2 parents facbd82 + bfd1334 commit fc453a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _articles/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Even if you like to write code, other types of contributions are a great way to

### Do you like to write?

* Write and improve the project's documentation,[like @CBID2 did for OpenSauced's documentation](https://github.com/open-sauced/docs/pull/151)
* Write and improve the project's documentation, [like @CBID2 did for OpenSauced's documentation](https://github.com/open-sauced/docs/pull/151)
* Curate a folder of examples showing how the project is used
* Start a newsletter for the project, or curate highlights from the mailing list, [like @opensauced did for their product](https://news.opensauced.pizza/about/)
* Write tutorials for the project, [like PyPA's contributors did](https://github.com/pypa/python-packaging-user-guide/issues/194)
Expand Down Expand Up @@ -209,7 +209,7 @@ Open source isn't an exclusive club; it's made by people just like you. "Open so

You might scan a README and find a broken link or a typo. Or you're a new user and you noticed something is broken, or an issue that you think should really be in the documentation. Instead of ignoring it and moving on, or asking someone else to fix it, see whether you can help out by pitching in. That's what open source is all about!

> According to a study conducted by Igor Steinmacher and other Computer Science researchers,[28% of casual contributions](https://www.igor.pro.br/publica/papers/saner2016.pdf) to open source are documentation, such as typo fixes, reformatting, or writing a translation.
> According to a study conducted by Igor Steinmacher and other Computer Science researchers, [28% of casual contributions](https://www.igor.pro.br/publica/papers/saner2016.pdf) to open source are documentation, such as typo fixes, reformatting, or writing a translation.
If you're looking for existing issues you can fix, every open source project has a `/contribute` page that highlights beginner-friendly issues you can start out with. Navigate to the main page of the repository on GitHub, and add `/contribute` at the end of the URL (for example [`https://github.com/facebook/react/contribute`](https://github.com/facebook/react/contribute)).

Expand Down

1 comment on commit fc453a9

@0983165121
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -87,7 +87,7 @@ Even if you like to write code, other types of contributions are a great way to

Please sign in to comment.