Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06c583b

Browse files
authored
Merge pull request #19521 from ianhi/questions-config
DOC: use config.yml to redirect questions from GH issues to discourse
2 parents 6d629a1 + e52ebe9 commit 06c583b

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
blank_issues_enabled: true # default
3+
contact_links:
4+
- name: Question/Support/Other
5+
url: https://discourse.matplotlib.org
6+
about: If you have a usage question
7+
- name: Chat with devs
8+
url: https://gitter.im/matplotlib/matplotlib
9+
about: Ask short questions about contributing to Matplotlib

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)