summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-12-31 07:57:55 -0800
committerDavid Lord <davidism@gmail.com>2018-12-31 08:23:25 -0800
commitd053249a6899bceabf87c6222f51a53f2f700228 (patch)
treee1727d7c7f1c370e4a41952bff913af1a4a7401f
parent78b0ccee4de435190be551cdae4f919458e25137 (diff)
downloadclick-d053249a6899bceabf87c6222f51a53f2f700228.tar.gz
Update CONTRIBUTING.rst
-rw-r--r--CONTRIBUTING.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index bad8796..07bef59 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -10,8 +10,10 @@ Support questions
Please, don't use the issue tracker for this. Check whether the
``#pocoo`` IRC channel on Freenode can help with your issue. If your problem
is not strictly Click-specific, ``#python`` on Freenode is generally more
-active. `StackOverflow <https://stackoverflow.com/questions/tagged/python-click>`_ is also worth
-considering. Use tag `python-click` for new question or search.
+active. Also try searching or asking on `Stack Overflow`_ with the
+``python-click`` tag.
+
+.. _Stack Overflow: https://stackoverflow.com/questions/tagged/python-click?sort=votes
Reporting issues
================