Skip to content

Latest commit

 

History

History
74 lines (37 loc) · 2.59 KB

CONTRIBUTING.md

File metadata and controls

74 lines (37 loc) · 2.59 KB

How to contribute to the repo:

1. Fork the repository :

image of forking

Click the Fork button at the top right corner of the screen.

2. Clone the repository :

image of cloning

ON YOUR FORKED REPOSITORY, copy the link by pressing the clipboard and on your local git, copy the link in. If you are unable, use the link below and replace username with your GithHub username :

  https://github.com/username/List-of-Learning-Resources.git

3. Make your changes :

To contribute, make your changes. Here are some ideas on what to do:

  • Improve the README

  • Join the organization

  • Add some more resources

4. If resoures within README.md > 5 follow these steps :

  • Create a new MD file

Capture

  • Add a link within README.MD for that file within related section

Capture2

  • Add your requested resources within new MD file

Capture3

5. Add your changes

Once you have made your changes, change your directory to repo :

image of cd

And then add all :

image of add

6. Commit and push your changes :

Commit your changes with a message :

image of commiting

And finally, push your changes :

image

7. Make a pull request :

Go back to your remote Forked version of the repo and click :

image of pr

After, add a description to your PR and then click Create Pull Request :

image of pr

And that's it!

If you like this repo, give it a 🌟