Skip to content

Commit 5883a46

Browse files
authored
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
1 parent 16b15db commit 5883a46

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: Usage question
4-
url: https://stackoverflow.com/questions/tagged/python-xarray
5-
about: "Post a question on Stack Overflow using the #python-xarray
6-
tag. These are regularly reviewed by xarray's maintainers, and questions which
7-
include a reproducible example will receive a response."
4+
url: https://github.com/pydata/xarray/discussions
5+
about: |
6+
Ask questions and discuss with other community members here.
7+
If you have a question like "How do I concatenate a list of datasets?" then
8+
please include a self-contained reproducible example if possible.
9+
10+

0 commit comments

Comments
 (0)