Contribution Guidelines

Follow the steps below to start contributing. We hope you have fun!
  • Fork and clone the Repo by typing the following commands in the terminal
  • $ git clone https://github.com/<your-github-username>/QuickLearn.git
    $ cd QuickLearn
  • Now to add your resource to website, add an object with keys same as listed in existing objects in the file.
  • Save and commit your code.
  • Push to your fork of the repository , navigate to original repository and make a pull request.
  • Make changes to the code
  • Stage your changes using:
  • $ git add .
  • Commit your changes using:
  • $ git commit -m "add any comment"
  • Push the changes to the forked repository using:
  • $ git push
  • Navigate to the original repository and make a pull request
  • Beginner

    Intermediate

    Advanced