1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Update finding-ways-to-contribute-to-open-source-on-github.md

This commit is contained in:
Shreya Prasad
2021-05-18 00:08:43 +05:30
committed by GitHub
parent 9a2ac582a2
commit 8be2758863

View File

@@ -42,13 +42,6 @@ You can contribute to an open source project by merging a pull request into your
#### Updating issues
You can contribute to an open source project by adding additional information to existing issues.
### Documentation & Writing
Writing and updating documentation is a very valuable contribution. A few options might be:
* Search for any feature you use on [GitHub Docs](https://github.com/github/docs/blob/main/CONTRIBUTING.md), review and improve the documentation if you can, or make suggestions.
* Simplify any open source onboarding project documentation like 'how to get started', 'how to setup project locally' etc.
* Translate documentation to another language.
### Further reading