| OLD | NEW |
| (Empty) |
| 1 .. _support: | |
| 2 | |
| 3 Support | |
| 4 ======= | |
| 5 | |
| 6 If you have questions or issues about Requests, there are several options: | |
| 7 | |
| 8 StackOverflow | |
| 9 ------------- | |
| 10 | |
| 11 If your question does not contain sensitive (possibly proprietary) | |
| 12 information or can be properly anonymized, please ask a question on | |
| 13 `StackOverflow <https://stackoverflow.com/questions/tagged/python-requests>`_ | |
| 14 and use the tag ``python-requests``. | |
| 15 | |
| 16 Send a Tweet | |
| 17 ------------ | |
| 18 | |
| 19 If your question is less than 140 characters, feel free to send a tweet to | |
| 20 `@kennethreitz <https://twitter.com/kennethreitz>`_, | |
| 21 `@sigmavirus24 <https://twitter.com/sigmavirus24>`_, or | |
| 22 `@lukasaoz <https://twitter.com/lukasaoz>`_. | |
| 23 | |
| 24 File an Issue | |
| 25 ------------- | |
| 26 | |
| 27 If you notice some unexpected behaviour in Requests, or want to see support | |
| 28 for a new feature, | |
| 29 `file an issue on GitHub <https://github.com/kennethreitz/requests/issues>`_. | |
| 30 | |
| 31 | |
| 32 E-mail | |
| 33 ------ | |
| 34 | |
| 35 I'm more than happy to answer any personal or in-depth questions about | |
| 36 Requests. Feel free to email | |
| 37 `requests@kennethreitz.com <mailto:requests@kennethreitz.com>`_. | |
| 38 | |
| 39 | |
| 40 IRC | |
| 41 --- | |
| 42 | |
| 43 The official Freenode channel for Requests is | |
| 44 `#python-requests <irc://irc.freenode.net/python-requests>`_ | |
| 45 | |
| 46 The core developers of requests are on IRC throughout the day. | |
| 47 You can find them in ``#python-requests`` as: | |
| 48 | |
| 49 - kennethreitz | |
| 50 - lukasa | |
| 51 - sigmavirus24 | |
| OLD | NEW |