Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 997 Bytes

CONTRIBUTE.md

File metadata and controls

27 lines (21 loc) · 997 Bytes

How to Make Your Contributions ?

Follow The Instructions for contributing using Github:

  • Fork this Repository using the button at the top
  • Create a new branch for your modifications
  • Add your file by clicking "Add File"
  • Input all you will like to input in the file
  • Scroll down to commit by writting your commit message
  • Push to your new branch
  • Create Pull Request

Wait for it to be merged and Boom you are done.

How to Contribute ?

Instructions:

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc git clone "url from clone option
  • Create a new branch for your modifications git branch new-user
  • check it out, git checkout new-user and git checkout -b new-user
  • Add your files (git add -A), commit (git commit -m "commit message") and push (git push origin new-user)
  • Create a pull request
  • Feel Free to Star this repository

Wait for Pull Request to merge

Happy Contributing !