Yes you could send your contributions to github too.
I don‘t think you can push straight away to mi-g/jocly but you can send him a pull request from your own fork on github.
2/Select your fork
create a branch : add whatever you like on it
when you are ready : click contribute : create a pull request
Michel will receive it and might take time to deal with it.
Note that he has upgraded the build file (gulp 4) and the dependencies (node 18).
You will have probably to empty : node_modules directory and launch again npm install.
You might add your github fork in your remote repos list :
Yes you could send your contributions to github too. I don‘t think you can push straight away to mi-g/jocly but you can send him a pull request from your own fork on github.
1/create a fork on https://github.com/mi-g/jocly fork / create a new fork
2/Select your fork create a branch : add whatever you like on it
when you are ready : click contribute : create a pull request
Michel will receive it and might take time to deal with it.
Note that he has upgraded the build file (gulp 4) and the dependencies (node 18). You will have probably to empty : node_modules directory and launch again npm install.
You might add your github fork in your remote repos list :
origin https://github.com/yourgithubuser/jocly.git (fetch)
origin https://github.com/yourgithubuser/jocly.git (push)