General method of contributing pre-existing plugin code #29
-
Hello! I have a few MLKit plugins that we've built for inter-company use that we wanted to open source. Thankfully this project came along! We built this with a specific Ionic/Capacitor version in mind, as well was with company specific conventions, etc. I was wondering what the preferred process would look like for contributing a PR for one of our plugins (Digital Ink). Specifically, I had questions around:
I look forward to contributing, thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @andrew-lyons, Regarding your questions:
Yes, we always support the latest Capacitor version. I have also already updated both plugins in this repo to Capacitor 5 (see #28 and #31).
There is already a demo app, just in a separate project: https://github.com/robingenz/capacitor-mlkit-plugin-demo
Unit tests are currently not yet a requirement. But you can of course add some if you like. My suggestion: Let me know which ML Kit plugins you want to add and I will prepare the boilerplate code for you, so you only need to add the implementation. This will also make the review easier. |
Beta Was this translation helpful? Give feedback.
Hi @andrew-lyons,
your contribution would be great and am of course happy to help!
Regarding your questions:
Yes, we always support the latest Capacitor version. I have also already updated both plugins in this repo to Capacitor 5 (see #28 and #31).
There is already a demo app, just in a separate project: https://github.com/robingenz/capacitor-mlkit-plugin-demo
Unit tests a…