From a484968a601be80167dbfb206132dbbccaf8155c Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 12 Nov 2020 01:01:32 -0700 Subject: [PATCH 1/4] Direct users to GH discussions for usage questions --- .github/ISSUE_TEMPLATE/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 03b691d1f1b..cb2c6f3b3d8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,6 @@ -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. + \ No newline at end of file From d9a604a4d81ccbae72098e0fa0dfbc73158061a0 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 12 Nov 2020 11:52:14 -0700 Subject: [PATCH 2/4] Update `about` section --- .github/ISSUE_TEMPLATE/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cb2c6f3b3d8..615daba0237 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,9 @@ blank_issues_enabled: false contact_links: - name: Usage question url: https://github.com/pydata/xarray/discussions - about: Ask questions and discuss with other community members here. + 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 From fac99edf4d1930e5399bb53a18c813e319adf4a8 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Tue, 24 Nov 2020 15:54:16 -0700 Subject: [PATCH 3/4] change backticks --> double quotes --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 615daba0237..15a07948a2e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: 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 + 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 From 0b8295d48d009a679d9306610eacbac4f8fa8ecd Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Tue, 24 Nov 2020 15:59:08 -0700 Subject: [PATCH 4/4] Fix typo --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 15a07948a2e..00c65e99767 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: 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 + 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