-
I am a bit nervous about a a pull request as I have made changes to my forked repository that I am sure will conflict and as you can probably ascertain from that, I am a little ignorant of pull requests in general:-). On my bangle.js, I use both the official app loader and my forked loader. Your advice on how best to proceed would be appreciated!
-
I have my own, manual copy (not fork!) of the bangle.js github.
This is where I do all my crazy development stuff.
As soon as something is ready to be published, I copy the files over to my fork of the bangle.js github. Then I test if app installation is working as expected.
The I crate a pull request.This way I keep the crazyness and too many commits out of the fork and out of the bangle.js github.
No idea if there is a better way.
Example:
My bangle.js copy: https://github.com/Purple-Tentacle/BangleAppsDev
My bangle.js fork: https://github.com/Purple-Tentacle/BangleApps
Nice work.
Do you want to make a pull request to the official app loader?
I would really like the gpstrack app in it.