Skip to content

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
27 lines (16 loc) · 1.58 KB

Contributing

You want to contribute? Great! Please read below the instructions for the different types of contributions.

Support

Please do not use issues for support, but instead post your questions on StackOverflow using the react-leaflet tag.

Bug reports

Please fill the issue template with steps to reproduce.

Pull requests

Pull requests are more than welcome to fix issues and improve documentation, test coverage and features parity with Leaflet.
However, please do not send pull requests to add features that are not supported by Leaflet. If you want to add support for plugins, please create separate repositories for this.

Features requests

This library aims only to support the features provided by Leaflet. If any of these features is not implemented yet, please submit a feature request to add it.
If you are looking for implementations of features provided by plugins, they will not be provided by this library, but can be found on npm.

Other issues

Please check among existing issues (open and closed) if the problem you encounter has not been solved before.
If you have questions about React or Leaflet not directly related to this library, please ask them using their respective support platforms.
For any other issue, please provide a simple description, if relevant with codes examples. You can use this StackBlitz as a starting example.