dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

How to contribute ? #383

Closed RignonNoel closed 4 years ago

RignonNoel commented 4 years ago

Hi all!

I've a project based on this plugin and i want to add some events available in it, i already know how to do it and where to find the GoogleMaps documentation but i did not found an official documentation on nativescript-google-maps-sdk to know how to contribute.

Is there some tests procedure ? Process ? Way to build correctly the plugin to test in local ?

@dapriett if you have some input i will be happy to help you on this project with my enhancement and the documentation. You did a really big job :+1:

dapriett commented 4 years ago

Greetings, @RignonNoel

Glad to hear you want to contribute! Sorry for the lack of formal documentation on the process.

To contribute, all you need to do is create a pull request, and as time permits I have been reviewing, merging, and releasing.

When a new feature has been added, I typically look for the following:

Hope that helps, let me know if you have any questions.

RignonNoel commented 4 years ago

Thanks a lot for the links, it saved me some times to rampup!

I close this issue since it's clear for the moment. If we manage to merge my PR on IndoorBuilding i will try to write some documentation for future contributor with all the problem/question that i had to begin :)