Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.55 KB

Contributing

We welcome contributions of all kinds, be it code, tests, or documentation. When contributing to this repository, please first discuss the change you wish to make by opening an issue.

Check out the existing issues for related or similar ideas and features.

Please note we have a code of conduct, please follow it in all your interactions with the project.

How to contribute

The following steps assume you are familiar with Python packages.

We follow a fork and pull development model. Fork, then clone the repo:

git clone https://github.com/o2r-project/geoextent.git

See the development readme file for installation and running tests. Make sure the tests pass before you start developing.

  • Create a new feature branch from the current master branch.
  • Make your change.
  • Add documentation for your change.
  • Add tests for your change.
  • Make the tests pass, i.e. pytest
  • Add yourself to the contributor list

Push your feature branch to your fork and submit a pull request to the main repository's master branch. Please be patient until maintainers review your pull request. We may suggest some changes or improvements or alternatives. Feel free to ping @nuest if you don't hear anything after a few weeks.