Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 3.24 KB

CONTRIBUTING.md

File metadata and controls

79 lines (60 loc) · 3.24 KB

Contributing to Topic Learning Resources

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Guidelines

  • Mention total number of changes/added resources in the pull request.
  • Pull request should include a link to the resource and a short description.
  • The resource must be completely free or to have a free tier.
  • Make sure you add your resource in the correct order.

Template

- please follow this link type.
- https:// at the starting.
- No / at the end.

📃 Documentations

Format

- TOPIC : [SOURCE NAME](LINK)

Examples

💻 Video/Playlist

Format

| TOPIC              | SOURCE NAME   | LINK                              |
| ------------------ | ------------- | --------------------------------- |
| Topic for Resource | Resource Name | Hyperlink with [click here](link) |

Examples

TOPIC SOURCE NAME LINK
HTML FreeCodeCamp click here
Python Basics (Beginner) FreeCodeCamp click here

Steps For Contribution

  • Fork this Repository using the button at the top on right corner.
  • Clone your forked repository to your pc ( git clone "url from clone option.)
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request
  • Star this repository

Wait for Pull Request to merge

Celebrate - you've done your pull request!!

'''
Always make more then 4 pull requests.
Lets say you have made only 4 pull request to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and 
then you have remaining 3 valid pull requests if these projects is not excluded.
If you fail to make 4 pull requests then you can't get digital-swags.
I will recommend you to make pull request to your own repo which is very very safest side for you..
keep in mind that repo has hacktoberfest topic..
'''

Get help from Github:

Thank you! ❤️

Thank you for contributing to our Awesome Resources.