Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Chevallier <yves-chevallier@heig-vd.ch>2020-08-07 15:19:12 +0300
committerYves Chevallier <yves-chevallier@heig-vd.ch>2020-08-15 14:13:14 +0300
commit19f6c39c48ed043f986e5d17b42aadc55c200a4a (patch)
tree841197db4b20ec4bb6ffd86b4291d13c47dd84fe /.github
parentf861b4cd1a5d5f1a100dca709ea72a7e4c007bd7 (diff)
Invite users to ask their questions on Stackoverflow
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index c9009b90e..226532b79 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,5 +2,8 @@
blank_issues_enabled: false # default: true
contact_links:
- name: Question
+ url: https://stackoverflow.com/questions/tagged/python-sphinx
+ about: For Q&A purpose, please use Stackoverflow with the tag python-sphinx
+- name: Discussion
url: https://groups.google.com/forum/#!forum/sphinx-users
- about: For Q&A purpose, please use sphinx-users mailing list.
+ about: For general discussion, please use sphinx-users mailing list.