Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 418 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 418 Bytes

Contributing to React Leaflet Select Area

We welcome contributions of all kinds!

Issues

Please open an issue before submitting a PR.

Pull Requests

  • Fork the repo git clone https://github.com/nirajmohanrana/react-leaflet-select-area.git
  • Create a new branch git checkout -b fix/<issue-number>-<fix-description>
  • Open a pull request git push origin fix/<issue-number>-<fix-description>