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.
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:
-
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.
-
Clone your forked repository
This step wll create a local copy of the repository in your system.
git clone <repository-url>
-
Add and commit your changes
Make your changes and save those changes by making a commit.
git add <filenames> git commit -m "commit description"
-
Push your local changes
Your commit will be pushed, and will reflect in your GitHub repository.
git push
-
Create a Pull Request Submit your pull request containg changes using GitHub.