Follow these steps:
- Go to issues, and find one that you can solve or create a new issue.
- Fork the repository.
Important
Read deployment specifications to set up the project.
- Create a new branch:
git checkout -b <new-branch-name>
-
Make your contributions to solve the issue.
-
Append the name of your city to
cities
list atline no. 6
in website/scripts/script.js (optional) -
Commit the changes:
git commit -m <commit message>
- Push to the branch:
git push origin <new-branch-name>
- Create a Pull Request, so we can review and merge it.
If you find this repo helpful, a star ⭐ would mean a lot. Thank you! ❤️