Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added guide on where to start contributing to open source.Add guide on where to start contributing to open source #3340

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _articles/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,3 +524,13 @@ Hooray! You've successfully made an open source contribution!
## You did it! 🎉

Whether you just made your first open source contribution, or you're looking for new ways to contribute, we hope you're inspired to take action. Even if your contribution wasn't accepted, don't forget to say thanks when a maintainer put effort into helping you. Open source is made by people like you: one issue, pull request, comment, or high-five at a time.

## Where to Start Contributing to Open Source 🌟

1. **Pick a project** you're passionate about.
2. Look for **"Good First Issues"** on GitHub.
3. **Learn Git & GitHub** basics.
4. **Start small**—fix typos, improve docs, or tackle simple bugs.
5. Join the community and **ask for help** when needed.

Ready to start? Let's contribute! 🚀
Loading