Thank you for considering contributing to the Weather App! We welcome all kinds of contributions that help improve the project.
Start by forking the repository to your GitHub account.
- Click the "Fork" button at the top of the repository page.
- This will create a copy of the repository in your GitHub account.
Once you've forked the repository, clone it to your local machine.
git clone https://github.com/your-username/weather-app.git
cd weather-app
git checkout -b your-branch-name
Make the necessary changes to the codebase. Be sure to follow these guidelines: Write clean, readable code. Test your changes thoroughly. Stick to the project's style and format.
git add .
git commit -m "Your descriptive commit message"
7.Push to Your Fork
git push origin your-branch-name