-
I was wondering, how would we go about contributing to someone else's app? Would we need their approval, or do we do what we want to do on our fork, and PR it just like an app we make ourselves? I wanted to add settings for ChargeAnimation app to show time, or turn off backlight, and I was wondering if I need the original author's approval, or if I just go and do it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What I do often is I tag the original author and maybe notable contributors (look at file histories) when I do PRs to the main BangleApps repo. That way they get a chance to weigh in before it possibly goes in. At the bottom of this is the MIT License so you already have permission to do pretty much whatever you want - please read it though! It's attached in the base directory of the repo. If you want to help us maintainers, please feel free to read the wiki page "App Contribution" on espruino/BangleApps : https://github.com/espruino/BangleApps/wiki/App-Contribution |
Beta Was this translation helpful? Give feedback.
-
Alright, thanks so much! |
Beta Was this translation helpful? Give feedback.
What I do often is I tag the original author and maybe notable contributors (look at file histories) when I do PRs to the main BangleApps repo. That way they get a chance to weigh in before it possibly goes in.
At the bottom of this is the MIT License so you already have permission to do pretty much whatever you want - please read it though! It's attached in the base directory of the repo.
If you want to help us maintainers, please feel free to read the wiki page "App Contribution" on espruino/BangleApps : https://github.com/espruino/BangleApps/wiki/App-Contribution