Recommend this page to a friend! |
Classes of Felix Ivan Romero Rodríguez | PHP Web Socket Chat | web/assets/plugins/gmaps/CONTRIBUTING.md | Download |
|
Download Since gmaps.js has been created to accomplish some goals about simplicity and cleanliness, the contributions must be guided by some rules, in order to keep gmaps.js simple to use and brief in code. About requirementsgmaps.js only requires JavaScript, so new features must be written in plain JavaScript and shouldn?t depend of external libraries like jQuery, Prototype, etc. About examples and documentationBig changes, like support for new libraries or services, or custom features, need an example file (or files, depending of the magnitude of the contribution) and an entry in the documentation page. The example file must be included in the branch The documentation must explain in an simple way any argument passed in the method, and tell if it?s argument is optional or not. No examples are required here. About new featuresThe main goal of gmaps.js is to have full support to all features of native Google Maps API, so the primary goal of the contributions to cover the missing features. But other contributions are welcome. If the new feature has a functionality different from strictly work with maps (like animations, custom infoWindows or support for external services), it would be ideal to create an extension with this feature. About coding standards
_Thanks for contributing with gmaps.js_ |