Skip to content

This guide serves for purpose to ease your "First Contribution to Opensource Community" .

Notifications You must be signed in to change notification settings

12rashic/First_opensource_contribuition_guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your guide to kickstart first opensource github contribution

Screenshot



🙋‍♀️ What are Static Badge Contributions

Software application who have their code-bases available online , for others to contribute by means of improving existing software system , adding new feauture and much more



🙋‍♀️ What are benifits of Static Badge to Static Badge projects

🟡 Hands-on / practical exposure to system 
🟡 Improved / changed perspective working with different tech-stack in integrated way 
🟡 Learn new skills & technologies 
🟡 Improved communication & accountability 

🙋‍♀️ How to select first Static Badge for contribution

🟢 First step is to find the technology you are good in / want to improve your skills & find repositories related to it .
🟢 Find issues that are  having "open" , "goodfirstissue" label 



🙋‍♀️ Steps for Contributing

🔴 Find the relevant repository & fork it 

Screenshot



🔴 Clone the repository using 'ssh' / 'https' 

Screenshot



🔴 Git pull 

Screenshot



🔴 Open the repository in relevant folder & make required changes as per issue 

Screenshot



🔴 Check the status of changes made to the repository folder :

     🔺 Git status

Screenshot



 🔴 Recheck the status & add the changed files :

     🔺 Git status
     🔺 Git add .

Screenshot



🔴Git commit the changes made  :

     🔺 Git status
     🔺 Git commit -m "message" .

Screenshot



🔴Git push to master branch to merge changes in main branch  :

     🔺 Git push origin master

Screenshot



After all this process , you will be creating a PR (pull request) following all steps given above , when the maintainer of repository checks & will merge your PR in main branch , you'll be able to see the changes you made in main (master) branch .



And voila !! 🎊 Congratulations , yuo have made your first PR !

If you have been able to follow the guide and it helped you , don't forget to share it , let's help building ths community 🎊

for more such content you can follow me on

About

This guide serves for purpose to ease your "First Contribution to Opensource Community" .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published