提交 d847e65a 编写于 作者: P Paul Tremberth 提交者: GitHub

Merge pull request #2762 from stummjr/add-subreddit-to-docs

Include references to Scrapy subreddit in the docs
...@@ -22,7 +22,7 @@ There are many ways to contribute to Scrapy. Here are some of them: ...@@ -22,7 +22,7 @@ There are many ways to contribute to Scrapy. Here are some of them:
`Writing patches`_ and `Submitting patches`_ below for details on how to `Writing patches`_ and `Submitting patches`_ below for details on how to
write and submit a patch. write and submit a patch.
* Join the `scrapy-users`_ mailing list and share your ideas on how to * Join the `Scrapy subreddit`_ and share your ideas on how to
improve Scrapy. We're always open to suggestions. improve Scrapy. We're always open to suggestions.
Reporting bugs Reporting bugs
...@@ -44,9 +44,9 @@ guidelines when reporting a new bug. ...@@ -44,9 +44,9 @@ guidelines when reporting a new bug.
don't dismiss the report but check the ticket history and comments, you may don't dismiss the report but check the ticket history and comments, you may
find additional useful information to contribute. find additional useful information to contribute.
* search the `scrapy-users`_ list to see if it has been discussed there, or * search the `scrapy-users`_ list and `Scrapy subreddit`_ to see if it has
if you're not sure if what you're seeing is a bug. You can also ask in the been discussed there, or if you're not sure if what you're seeing is a bug.
`#scrapy` IRC channel. You can also ask in the `#scrapy` IRC channel.
* write **complete, reproducible, specific bug reports**. The smaller the test * write **complete, reproducible, specific bug reports**. The smaller the test
case, the better. Remember that other developers won't have your project to case, the better. Remember that other developers won't have your project to
...@@ -98,8 +98,8 @@ patch, but it's always good to have a patch ready to illustrate your arguments ...@@ -98,8 +98,8 @@ patch, but it's always good to have a patch ready to illustrate your arguments
and show that you have put some additional thought into the subject. A good and show that you have put some additional thought into the subject. A good
starting point is to send a pull request on GitHub. It can be simple enough to starting point is to send a pull request on GitHub. It can be simple enough to
illustrate your idea, and leave documentation/tests for later, after the idea illustrate your idea, and leave documentation/tests for later, after the idea
has been validated and proven useful. Alternatively, you can send an email to has been validated and proven useful. Alternatively, you can start a
`scrapy-users`_ to discuss your idea first. conversation in the `Scrapy subreddit`_ to discuss your idea first.
When writing GitHub pull requests, try to keep titles short but descriptive. When writing GitHub pull requests, try to keep titles short but descriptive.
E.g. For bug #411: "Scrapy hangs if an exception raises in start_requests" E.g. For bug #411: "Scrapy hangs if an exception raises in start_requests"
prefer "Fix hanging when exception occurs in start_requests (#411)" prefer "Fix hanging when exception occurs in start_requests (#411)"
...@@ -188,6 +188,7 @@ And their unit-tests are in:: ...@@ -188,6 +188,7 @@ And their unit-tests are in::
.. _issue tracker: https://github.com/scrapy/scrapy/issues .. _issue tracker: https://github.com/scrapy/scrapy/issues
.. _scrapy-users: https://groups.google.com/forum/#!forum/scrapy-users .. _scrapy-users: https://groups.google.com/forum/#!forum/scrapy-users
.. _Scrapy subreddit: http://reddit.com/r/scrapy
.. _Twisted unit-testing framework: https://twistedmatrix.com/documents/current/core/development/policy/test-standard.html .. _Twisted unit-testing framework: https://twistedmatrix.com/documents/current/core/development/policy/test-standard.html
.. _AUTHORS: https://github.com/scrapy/scrapy/blob/master/AUTHORS .. _AUTHORS: https://github.com/scrapy/scrapy/blob/master/AUTHORS
.. _tests/: https://github.com/scrapy/scrapy/tree/master/tests .. _tests/: https://github.com/scrapy/scrapy/tree/master/tests
......
...@@ -13,14 +13,14 @@ Having trouble? We'd like to help! ...@@ -13,14 +13,14 @@ Having trouble? We'd like to help!
* Try the :doc:`FAQ <faq>` -- it's got answers to some common questions. * Try the :doc:`FAQ <faq>` -- it's got answers to some common questions.
* Looking for specific information? Try the :ref:`genindex` or :ref:`modindex`. * Looking for specific information? Try the :ref:`genindex` or :ref:`modindex`.
* Ask or search questions in `StackOverflow using the scrapy tag`_, * Ask or search questions in `StackOverflow using the scrapy tag`_.
* Search for information in the `archives of the scrapy-users mailing list`_, or * Ask or search questions in the `Scrapy subreddit`_.
`post a question`_. * Search for questions on the archives of the `scrapy-users mailing list`_.
* Ask a question in the `#scrapy IRC channel`_, * Ask a question in the `#scrapy IRC channel`_,
* Report bugs with Scrapy in our `issue tracker`_. * Report bugs with Scrapy in our `issue tracker`_.
.. _archives of the scrapy-users mailing list: https://groups.google.com/forum/#!forum/scrapy-users .. _scrapy-users mailing list: https://groups.google.com/forum/#!forum/scrapy-users
.. _post a question: https://groups.google.com/forum/#!forum/scrapy-users .. _Scrapy subreddit: https://www.reddit.com/r/scrapy/
.. _StackOverflow using the scrapy tag: https://stackoverflow.com/tags/scrapy .. _StackOverflow using the scrapy tag: https://stackoverflow.com/tags/scrapy
.. _#scrapy IRC channel: irc://irc.freenode.net/scrapy .. _#scrapy IRC channel: irc://irc.freenode.net/scrapy
.. _issue tracker: https://github.com/scrapy/scrapy/issues .. _issue tracker: https://github.com/scrapy/scrapy/issues
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册