Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

14 lines (13 loc) · 1.09 KB

Contribution Guidelines


  • Self-promotion is frowned upon, so please consider seriously whether your project meets the criteria before opening a pull request, otherwise it may be closed without being reviewed.

Also, please ensure your pull request adheres to the following guidelines:

  • You can add new features about folium ,here new features means those features are not being added in this project.
  • Add one features per Pull Request.
  • Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
  • Make sure your PR easy to review. That means having a clear description and only touching code that's necessary for your change.
  • Please make an individual commit for each suggestion in a separate pull request.
  • Check your spelling and grammar.
  • Remove any trailing whitespace.
  • New categories, or improvements to the existing categorisation, are always welcome.
  • Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving suggestions.