From 5883a460b8fa9a72a2f12ee6495665bb7cc304f6 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 25 Nov 2020 09:09:08 -0700 Subject: [PATCH] Direct users to GitHub discussions page for usage questions (#4578) * Direct users to GH discussions for usage questions * Update `about` section * change backticks --> double quotes * Fix typo --- .github/ISSUE_TEMPLATE/config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 03b691d1f1b..00c65e99767 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,10 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Usage question - url: https://stackoverflow.com/questions/tagged/python-xarray - about: "Post a question on Stack Overflow using the #python-xarray - tag. These are regularly reviewed by xarray's maintainers, and questions which - include a reproducible example will receive a response." \ No newline at end of file + url: https://github.com/pydata/xarray/discussions + about: | + Ask questions and discuss with other community members here. + If you have a question like "How do I concatenate a list of datasets?" then + please include a self-contained reproducible example if possible. + + \ No newline at end of file