Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 2.5 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 2.5 KB

Contributing guidelines

Thanks for using OSMnx and for considering contributing to it by opening an issue or pull request. Every piece of software is a work in progress. This project is the result of many hours of work contributed freely its contributors and the many people that build the projects it depends on. Thank you for contributing!

If you have a "how-to" or usage question:

  • please ask your question on StackOverflow, as we reserve the issue tracker for bug reports and new feature development. Any such questions asked in the issue tracker will be automatically closed.

If you're having an installation problem:

  • make sure you've followed the installation instructions in the documentation
  • if you installed OSMnx via conda-forge, please open an issue at its feedstock

If you've found a bug:

  • read the error message, then review the documentation and OSMnx examples gallery, which cover key concepts, installation, and package usage
  • search through the open issues and closed issues to see if the problem has already been reported
  • if the problem is with a dependency of OSMnx, open an issue in the dependency's repo
  • if the problem is with OSMnx itself and you can fix it simply, please open a pull request
  • if the problem persists, please open an issue in the issue tracker, and provide all the information requested in the template, including a minimal working example so others can independently and completely reproduce the problem

If you have a feature proposal or want to contribute:

  • post your proposal on the issue tracker, and provide all the information requested in the template, so we can review it together (some proposals may not be a good fit for the project)
  • fork the repo, make your change, update the changelog, run the tests, and submit a PR
  • adhere to the project's code and docstring standards by running its pre-commit hooks
  • respond to code review

This project requires minimum Python and NumPy versions in accordance with NEP 29.