From: Ian Cordasco Date: Wed, 28 Jan 2015 14:16:05 +0000 (-0600) Subject: Update support documentation to be more accurate X-Git-Tag: v2.6.0~8^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff56e431ad94ce54ad0fb8e11113474ea1362112;p=services%2Fpython-requests.git Update support documentation to be more accurate We were missing instructions to report security vulnerabilities, and all of the documentation referred to Kenneth as the only source of support. We were also missing a link to StackOverflow. --- diff --git a/docs/community/support.rst b/docs/community/support.rst index 7f8c332..6985fa5 100644 --- a/docs/community/support.rst +++ b/docs/community/support.rst @@ -5,12 +5,27 @@ Support If you have questions or issues about Requests, there are several options: +StackOverflow +------------- + +If your question does not contain sensitive (possibly proprietary) +information or can be properly anonymized, please ask a question on +`StackOverflow `_ +and use the tag ``python-requests``. + Send a Tweet ------------ If your question is less than 140 characters, feel free to send a tweet to -`@kennethreitz `_. +`@kennethreitz `_ or +`@sigmavirus24 `_. +Vulnerability Disclosure +------------------------ + +If you think you have found a potential security vulnerability in requests, +please email `sigmavirus24 `_ and +`Lukasa `_ directly. **Do not file a public issue.** File an Issue ------------- @@ -34,4 +49,9 @@ IRC The official Freenode channel for Requests is `#python-requests `_ -I'm also available as **kennethreitz** on Freenode. +The core developers of requests are on IRC throughout the day. +You can find them in ``#python-requests`` as: + +- kennethreitz +- lukasa +- sigmavirus24