Skip to content

GoMyno-IIT-Goa/First-Contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Steps to Contribute to this Project ! 👇

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:-


Find issues to work on

  1. IssueHub - http://issuehub.io/

  2. Code Triage - https://www.codetriage.com/

  3. Up for Grabs - https://up-for-grabs.net/#/

  4. Contrib - https://gauger.io/contrib/#/language/javascript

  5. First Timers Only - https://www.firsttimersonly.com/

  6. Awesome First Timers - https://github.com/MunGell/awesome-for-beginners/

  7. Pull Request Roulette - http://www.pullrequestroulette.com/

  8. GitHub Search - https://github.com/search


Making company specific PR - List of companies to make PR

About

Learn how to make pull requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published