Go through the link If you are new to Open Source Contribution here on making your First Contribution !!
- Fork this repository
- Clone the repository to your System using
git clone https://github.com<your-github-username>/First-Contributions
- Create a branch :-
- Change to the repository directory on your computer
- Now create a branch using the git checkout command:
git checkout -b your-new-branch-name
- Make changes as per your requirement to solve the Issues mentioned in the
Future scope of the Project
and commit those changes. - If you go to the project directory and execute the command git status, you'll see there are changes. Add those changes to the branch you just created using the
git add
- Now commit those changes using the git commit command:
git commit -m "{message}"
- Push your changes to GitHub using the command
git push origin <add-your-branch-name>
- If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
- Now describe the changes you made and submit the
pull request
. - Wait for the Maintainers to review :)
Note: You can use Markdown syntax for formatting. Learn Markdown
Resources:-
-
IssueHub - http://issuehub.io/
-
Code Triage - https://www.codetriage.com/
-
Up for Grabs - https://up-for-grabs.net/#/
-
First Timers Only - https://www.firsttimersonly.com/
-
Awesome First Timers - https://github.com/MunGell/awesome-for-beginners/
-
Pull Request Roulette - http://www.pullrequestroulette.com/
-
GitHub Search - https://github.com/search
Making company specific PR - List of companies to make PR