From 16b21230f44413c3e4fa7b33aa6b6cc820a175a8 Mon Sep 17 00:00:00 2001 From: Maarten Vermeyen Date: Fri, 12 Jul 2024 10:42:30 +0200 Subject: [PATCH 1/2] Add discussions forum to README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b674d46..184bc7f 100644 --- a/README.md +++ b/README.md @@ -177,8 +177,21 @@ A more in-depth description of the algorithm can be found in the following arti ## Comments and contributions -- Please report any issues or bugs here: - . +We would love to hear from you and your experiences with +`brdr` or its sister project [`brdrQ`](https://github.com/OnroerendErfgoed/brdrQ). The [discussions forum](https://github.com/OnroerendErfgoed/brdr/discussions/) is the place to be when: + + - You have any questions on using `brdr` or `brdrQ` or their + applicability to your use cases + - Want to share your experiences with the library + - Have any suggestions for improvements or feature requests + +If you have discovered a bug in the `brdr` library you can report it here: + + + +We try to keep the list of issues as clean as possible. If +you're unsure whether something is a bug, or whether the bug is in `brdr` +or `brdrQ`, we encourage you to go through the [discussions forum](https://github.com/OnroerendErfgoed/brdr/discussions) first. ## Acknowledgement From c0376e4cacd104dee9f52978b86d776f5470ee1a Mon Sep 17 00:00:00 2001 From: Maarten Vermeyen Date: Fri, 12 Jul 2024 10:50:50 +0200 Subject: [PATCH 2/2] Add discussions forum to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 184bc7f..4566e77 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ a Python library to assist in realigning (multi-)polygons (OGC Simple Features) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11385644.svg)](https://doi.org/10.5281/zenodo.11385644) + +Quick links: + +- [Installation](#installation) +- [Development](#development) +- [Issues, questions, comments and contributions](#comments-and-contributions) + ## Description ### Intro