Skip to content

Covid19 awareness website using html5, Css , Javascript. Have a look. Don't forget to leave a star ⭐

License

Notifications You must be signed in to change notification settings

Sulagna-Dutta-Roy/Covid19-website

Repository files navigation

Welcome to Covid-19 Awareness Website

This respository is specially for newcomers who wants to enhance their knowledge and skills by contributing their Ideas.Specially designed for the beginners of html,css,js.

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit

GitHub repo size

Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

This repository has been a part of HackCLUB Rait

How to Start?

If you have a idea of any web projects you want to build just open an appropriate issue regarding this, we will discuss and assign you that issue. In case you are confused and have queries, just ping me, will help you get along and build!

Submit a Pull Request :

Branch naming convention is as following

TYPE-ISSUE_ID-DESCRIPTION

When TYPE can be:

  • feat - is a new feature like backend, improving the UI etc.
  • doc - documentation only changes
  • fix - a bug fix/improving of any project.

All PRs must include a commit message with the changes description!

For the initial start, fork the project and use git clone command to download the repository to your computer

. A standard procedure for working on an issue would be to:

  1. git pull, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
$ git pull
  1. Create new branch from master
$ git checkout -b [name_of_your_new_branch]
  1. Work - commit - repeat ( be sure to be in your branch )

  2. Push changes to GitHub

$ git push origin [name_of_your_new_branch]
  1. Submit your changes for review If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

  2. Start a Pull Request Now submit the pull request and click on Create pull request.

  3. Get a code review approval/reject

  4. After approval, merge your PR

  5. GitHub will automatically delete the branch after the merge is done. (they can still be restored).

  6. You made it! 🎊

Thanks to all the people who have contributed:

Contributors

About

Covid19 awareness website using html5, Css , Javascript. Have a look. Don't forget to leave a star ⭐

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published