Skip to content

Latest commit

 

History

History
139 lines (94 loc) · 5.58 KB

File metadata and controls

139 lines (94 loc) · 5.58 KB

Image

AapKaVaidya -Swaasth Ek Jaroorat:stethoscope::drop_of_blood:

About the Project✍

  • A flutter based application for easy interaction between patient's and doctors. During Pandemic many of the patients are looking to get a regular health check-ups but moving outside in such conditions seems risky.

  • So the application is build for this problem, it consists of chatbox with realtime database , login/signup page using firebase google signin and email/password sigin/signup, cool animations using rive , covid tracker with realtime updates , a tracker for nearby ambulance, also addon to this there is a relax zone which comprises of mini games and music to chill out.

  • The app uses YouTube API to call the videoplayer to get indulge in streaming youtube videos there, nearby locations of hospitals is also set using Google Map API.



🎉First off, thanks for taking the time out of your schedule and deciding to contribute here! 👍

  • In case you're new to open source and contributing, be sure to read about GitHub, GitHub Guide, GitHub Open Source, and you are encouraged to check OpenSource Guide.

  • Please feel free to open new issues and pull requests, wherever needed.

  • Every contribution counts, and will go a long way towards betterment of the code and/or its related files.


Steps to Contribute in GitHub Repository:pushpin:

If you don't have git on your machine, install it.

1. Fork this repository 🚀

  • Fork this repository by clicking on the fork button on the top of this page.

  • This will create a copy of this repository in your account.

2. Clone the repository 🏁

  • Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

  • After cloning the repository, please read and understand what the existing code or document is meant for, before overwriting it with your changes. If you're unsure about any part, feel free to ask it in discussions, and we'd be happy to help.

  • Open a terminal and run the following git command:

git clone "url you just copied"

3. Create a branch ⚓

  • Change to the repository directory on your computer (if you are not already there):
cd (filename)

  • Now create a branch using the git checkout command:
git checkout -b your-new-branch-name

4. Make necessary changes and commit those changes 🚏

  • Do the necessary changes.

  • Add those changes to the branch you just created using the git add . command:

git add .

  • Now commit those changes using the git commit command:
git commit -m "(Add your message here)"

5. Push changes to GitHub 🪂

  • Push your changes using the command git push:
git push -u origin <branch-name>

6. 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.

  • Now submit the pull request.

  • Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

🏆 After this, project leaders and mentors will review the changes and will merge your PR if they are found good, otherwise we will suggest the required changes.

Style Guides for Git Commit Messages:memo:

Here's a list of some good to have points, that can add more value to your contribution logs.

  • Use the present tense (example: "Add feature" and not "Added feature")
  • Use the imperative mood (example: "Move item to...", instead of "Moves item to...")
  • Limit the first line (also called subject line) to 50 characters or less
  • Capitalize the subject line
  • Separate subject from body with a blank line
  • Do not end the subject line with a period
  • Wrap the body at 72 characters
  • Use the body to explain what, why, vs, and how
  • Reference issues and pull requests liberally after the first line

So, What are you waiting for? Begin contributing now! 🔥 🚀

All the Best!🥇