Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.56 KB

Web Development

This repository is for users gettings started in Web Developments. There are some tasks listed in Issues. View the task, complete them and try to submit a pull request to this repository. The pull request will be reviewed by a member and merged after review.

View the listed tasks here and start coding.

Submission Guideline

Note All submission should made under a folder with your username, i.e. CC-BHU/task.html

To submit your pull request to thi repository, follow the steps:

  1. Fork this repository, using the fork button.

    Fork creates a copy of the repository under your profile, that will contain your version of the project. You can make any changes to the repository.

    Fork Button
  2. Clone your forked repository

    This step wll create a local copy of the repository in your system.

    git clone <repository-url>
  3. Add and commit your changes

    Make your changes and save those changes by making a commit.

    git add <filenames>
    git commit -m "commit description"
  4. Push your local changes

    Your commit will be pushed, and will reflect in your GitHub repository.

    git push
  5. Create a Pull Request Submit your pull request containg changes using GitHub.