From 707a757091b0b70cdae0c4e54a2ecdef2dba279b Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Mon, 2 Jul 2018 17:53:26 -0600 Subject: [PATCH] Update CONTRIBUTING.rst Link to new discussion groups. --- CONTRIBUTING.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 21f2b878..eaffd10f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,6 +14,19 @@ The BSD license (see LICENSE.txt) applies to all contributions. Issue Conventions ----------------- +The Rasterio issue tracker is for actionable issues. + +Questions about installation, distribution, and usage should be taken to +the project's `general discussion group +`__. Opened issues which fall into one +of these three categories may be perfunctorily closed. + +Questions about development of Rasterio, brainstorming, requests for comment, +and not-yet-actionable proposals are welcome in the project's +`developers discussion group `__. Issues +opened in Rasterio's GitHub repo which haven't been socialized there may be +perfunctorily closed. + Rasterio is a relatively new project and highly active. We have bugs, both known and unknown. @@ -31,8 +44,6 @@ using the ``$ rio`` CLI logging can be enabled with ``$ rio -v`` and verbosity can be increased with ``-vvv``. Short scripts and datasets demonstrating the issue are especially helpful! -Rasterio is not at 1.0 yet and issues proposing new features are welcome. - Design Principles -----------------