File: CONTRIBUTING.md

package info (click to toggle)
python-shapely 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,564 kB
  • sloc: python: 18,650; ansic: 6,615; makefile: 88; sh: 62
file content (17 lines) | stat: -rw-r--r-- 863 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Contributing to Shapely
=======================

All contributions are subject to the [Code of
Conduct](https://github.com/shapely/shapely/blob/main/CODE_OF_CONDUCT.md).

If you spot a bug or have an idea for a feature, please [create an
issue](https://github.com/shapely/shapely/issues). For simple fixes or
features, you can [create a pull
request](https://github.com/shapely/shapely/pulls), but it is a good idea to
have discussion on an issue before sinking a lot of time into a pull request.

Shapely is a mature project and its primary needs are bug fixes and
documentation. New features and major refactoring will be welcomed cautiously
and slowly because the work of maintaining a new feature over the lifetime of
the project can be several times larger than the work of the initial
contribution. Please open a discussion about such work before starting.