Files
geopandas/.github/ISSUE_TEMPLATE/feature_request.md
T
James McBrideandMartin Fleischmann cb4e8cb987 Create issue bug report and enhancement templates (#1584)
* Create issue bug report and enchancement templates

As a followup to #899, it would be nice to highlight this function, as
well as other useful information, when users are creating new bug
reports or requests for new features. These are copied and very lightly
edited from the templates used by pandas.

* Add header for `show_versions` in issue template

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>

* Add templates for questions and installation issues

* Add references to GIS stack exchange

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>

* Add suggestion to look at installation issue in issue template

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
2020-09-21 20:14:28 +01:00

925 B

name, about, title, labels
name about title labels
Feature Request Suggest an idea for geopandas ENH: enhancement

[this should provide a description of what the problem is, e.g. "I wish I could use geopandas to do [...]"]

Describe the solution you'd like

[this should provide a description of the feature request, e.g. "GeoDataFrame.foo should get a new parameter bar that [...]", try to write a docstring for the desired feature]

API breaking implications

[this should provide a description of how this feature will affect the API]

Describe alternatives you've considered

[this should provide a description of any alternative solutions or features you've considered]

Additional context

[add any other context, code examples, or references to existing implementations about the feature request here]

# Your code here, if applicable