Hey! If you are new to git/github,please check a few tutorials. git/github
The basic workflow for contributing is:
git clone git@github.com:${user}/folium.git
cd folium
-
Create a branch for your changes
git checkout -b name-of-your-branch
-
Make changes to your local copy of the webmap repository
-
Commit those changes
git add file1 file2 file3 git commit -m 'a descriptive commit message'
-
Push your updated branch to your fork
git push origin name-of-your-branch
-
Open a pull request to the Kushal997-das/webmap