Regarding Contribute in a project #16
-
I'm a beginner in open source community. I don't understand how to contribute to a particular project. |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 1 reply
-
You don't need to make a big change at the start. You can start small by fixing a typo in a PR. They've also assigned some tech leads who can help you with any issue you want to work on. |
Beta Was this translation helpful? Give feedback.
-
You can refer to this video : |
Beta Was this translation helpful? Give feedback.
-
Getting started with contributing to an open-source project can feel a bit overwhelming at first, but don't worry, it's totally doable. Here's a step-by-step guide: Choose a Project: Look for a project that interests you and matches your skill level. GitHub is a great place to start your search. Look for projects labeled as "beginner-friendly" or "good first issue." |
Beta Was this translation helpful? Give feedback.
-
Here's a quick guide to get you started:
Any small or big Contribution goes towards your overall score, and you will lean a lot from it. Good luck |
Beta Was this translation helpful? Give feedback.
-
Here are the steps that you can follow to contribute to a GitHub project, simplified into four main points:
|
Beta Was this translation helpful? Give feedback.
-
Here's what you can do as a beginner. How to Start Contributing to the project? The issue will be assigned on a first-come, - first serve basis. |
Beta Was this translation helpful? Give feedback.
-
Hii, Najir83
|
Beta Was this translation helpful? Give feedback.
-
@najir83 ,Just pick some beginner friendly projects(HTML,CSS,Javascript) and raise pr for the same issue.If it solves the issue then it would get merged by maintainers. You should know basic github commands like how to merge files to repo . if you don't know then just watch 1 yt video . |
Beta Was this translation helpful? Give feedback.
-
New to Open Source? Here's How to Contribute:
Remember, everyone starts somewhere, and the open-source community welcomes contributors of all skill levels. So, don't hesitate to jump in and start making a difference! |
Beta Was this translation helpful? Give feedback.
-
Find The Project which matches your Tech Stack. |
Beta Was this translation helpful? Give feedback.
-
Sure, I can help you with that! Here's a simple guide to contributing to an open-source project. First what you have to do after the projects are listed is: Choose a project: Find an open-source project you're interested in and want to contribute to. You will find the projects in the website that will redirect you to GitHub where you can find the information about the project. Understand the project: Read the project's README and CONTRIBUTING files to understand its goals, guidelines, and how to contribute and also what can you add to it or change to it. Find an issue: Look for open issues labeled "good first issue" or "beginner-friendly". These are usually easier tasks to start with. If there aren't any that you can find then, you can create your own issue and wait for them to be assigned to you. Remember only start working when it gets assigned to you as points is given on that basis. Fork the repository: On the project's GitHub page, click the "Fork" button at the top right to create your copy of the project. Here you can bring the changes you want. Make changes: Make your changes to the code on your forked repository. Submit a pull request (PR): Once you've made your changes, submit a pull request to the original project. Wait for review: The project maintainers will review your changes. They might ask for more changes or approve and merge your PR. Celebrate: Congratulations! You've made your first open-source contribution! 🎉 You will get points according to the contributions you make. Now, walk on to your second contribution. P.S. Remember the issue don't have to a complicated issue, you can even start by making the readme file better looking or by adding a simple functionality to gather confidence. |
Beta Was this translation helpful? Give feedback.
You don't need to make a big change at the start. You can start small by fixing a typo in a PR. They've also assigned some tech leads who can help you with any issue you want to work on.