Adapt issue templates to discussions (#2701)

* Adapt issue templates to discussions

* link

* add links to docs
This commit is contained in:
Martin Fleischmann
2023-01-05 23:31:12 +01:00
committed by GitHub
parent f98228d228
commit 46f1900b6e
5 changed files with 17 additions and 70 deletions
+4
View File
@@ -0,0 +1,4 @@
contact_links:
- name: GeoPandas Discussions
url: https://github.com/geopandas/geopandas/discussions
about: Ask a general question about GeoPandas (e.g., usage, installation)
@@ -1,31 +0,0 @@
---
name: Installation Issue
about: Ask about installing geopandas
title: ""
labels: "installation"
---
- [ ] I have read the [documentation on installation](https://geopandas.org/install.html) and followed the instructions provided.
- [ ] I have looked through [issues labeled "installation"](https://github.com/geopandas/geopandas/labels/installation) in the geopandas repo.
- If your issue is related to installation using the `conda-forge` channel, please open an issue in [geopandas-feedstock repository](https://github.com/conda-forge/geopandas-feedstock) instead.
---
#### System information
[what operating system do you have and what package management system are you
using]
#### Environment details
<details>
[if using conda, paste the output of `conda info` and `conda list`; if using
pip, `pip freeze`]
</details>
-24
View File
@@ -1,24 +0,0 @@
---
name: Submit Question
about: Ask a general question about geopandas
title: "QST:"
labels: "question"
---
- [ ] I have searched the [geopandas] tag on [StackOverflow](https://stackoverflow.com/questions/tagged/geopandas) and [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/geopandas) for similar questions.
- [ ] I have asked my usage related question on [StackOverflow](https://stackoverflow.com) or [GIS StackExhange](https://gis.stackexchange.com).
---
#### Question about geopandas
**Note**: If you'd still like to submit a question, please read [this guide](
https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your question.
```python
# Your code here, if applicable
```
+1 -2
View File
@@ -50,16 +50,15 @@ dependency, required for spatial joins. ``rtree`` requires the C library [``libs
Those packages depend on several low-level libraries for geospatial analysis, which can be a challenge to install. Therefore, we recommend to install GeoPandas using the [conda package manager](https://conda.io/en/latest/). See the [installation docs](https://geopandas.readthedocs.io/en/latest/install.html) for more details.
Get in touch
------------
- Ask usage questions ("How do I?") on [StackOverflow](https://stackoverflow.com/questions/tagged/geopandas) or [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/geopandas).
- Get involved in [discussions on GitHub](https://github.com/geopandas/geopandas/discussions)
- Report bugs, suggest features or view the source code [on GitHub](https://github.com/geopandas/geopandas).
- For a quick question about a bug report or feature request, or Pull Request, head over to the [gitter channel](https://gitter.im/geopandas/geopandas).
- For less well defined questions or ideas, or to announce other projects of interest to GeoPandas users, ... use the [mailing list](https://groups.google.com/forum/#!forum/geopandas).
Examples
--------
+12 -13
View File
@@ -14,9 +14,9 @@ Examples Gallery <gallery/index>
## Installation
GeoPandas is written in pure Python, but has several dependencies written in C
([GEOS](https://geos.osgeo.org), [GDAL](https://www.gdal.org/), [PROJ](https://proj.org/)). Those base C libraries can sometimes be a challenge to
install. Therefore, we advise you to closely follow the recommendations below to avoid
GeoPandas is written in pure Python, but has several dependencies written in C
([GEOS](https://geos.osgeo.org), [GDAL](https://www.gdal.org/), [PROJ](https://proj.org/)). Those base C libraries can sometimes be a challenge to
install. Therefore, we advise you to closely follow the recommendations below to avoid
installation problems.
### Easy way
@@ -29,22 +29,21 @@ conda install -c conda-forge geopandas
### Detailed instructions
Do you prefer ``pip install`` or installation from source? Or specific version? See
Do you prefer ``pip install`` or installation from source? Or specific version? See
{doc}`detailed instructions <getting_started/install>`.
### What now?
- If you don't have GeoPandas yet, check {doc}`Installation <getting_started/install>`.
- If you have never used GeoPandas and want to get familiar with it and its core
functionality quickly, see {doc}`Getting Started Tutorial <getting_started/introduction>`.
- If you don't have GeoPandas yet, check {doc}`Installation <getting_started/install>`.
- If you have never used GeoPandas and want to get familiar with it and its core
functionality quickly, see {doc}`Getting Started Tutorial <getting_started/introduction>`.
- Detailed illustration how to work with different parts of GeoPandas, how to make maps,
manage projections, spatially merge data or geocode are part of our
{doc}`User Guide <docs/user_guide>`.
- And if you are interested in the complete
documentation of all classes, functions, method and attributes GeoPandas offers,
manage projections, spatially merge data or geocode are part of our
{doc}`User Guide <docs/user_guide>`.
- And if you are interested in the complete
documentation of all classes, functions, method and attributes GeoPandas offers,
{doc}`API Reference <docs/reference>` is here for you.
```{container} button
{doc}`Installation <getting_started/install>` {doc}`Introduction <getting_started/introduction>`
@@ -56,9 +55,9 @@ Do you prefer ``pip install`` or installation from source? Or specific version?
Haven't found what you were looking for?
- Ask usage questions ("How do I?") on [StackOverflow](https://stackoverflow.com/questions/tagged/geopandas) or [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/geopandas).
- Get involved in [discussions on GitHub](https://github.com/geopandas/geopandas/discussions)
- Report bugs, suggest features or view the source code on [GitHub](https://github.com/geopandas/geopandas).
- For a quick question about a bug report or feature request, or Pull Request,
head over to the [gitter channel](https://gitter.im/geopandas/geopandas).
- For less well defined questions or ideas, or to announce other projects of
interest to GeoPandas users, ... use the [mailing list](https://groups.google.com/forum/#!forum/geopandas).