@@ -22,7 +22,7 @@ There are many ways to contribute to Scrapy. Here are some of them:
22
22
`Writing patches `_ and `Submitting patches `_ below for details on how to
23
23
write and submit a patch.
24
24
25
- * Join the `scrapy-users `_ mailing list and share your ideas on how to
25
+ * Join the `Scrapy subreddit `_ and share your ideas on how to
26
26
improve Scrapy. We're always open to suggestions.
27
27
28
28
Reporting bugs
@@ -44,9 +44,9 @@ guidelines when reporting a new bug.
44
44
don't dismiss the report but check the ticket history and comments, you may
45
45
find additional useful information to contribute.
46
46
47
- * search the `scrapy-users `_ list to see if it has been discussed there, or
48
- if you're not sure if what you're seeing is a bug. You can also ask in the
49
- `#scrapy ` IRC channel.
47
+ * search the `scrapy-users `_ list and ` Scrapy subreddit `_ to see if it has
48
+ been discussed there, or if you're not sure if what you're seeing is a bug.
49
+ You can also ask in the `#scrapy ` IRC channel.
50
50
51
51
* write **complete, reproducible, specific bug reports **. The smaller the test
52
52
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
98
and show that you have put some additional thought into the subject. A good
99
99
starting point is to send a pull request on GitHub. It can be simple enough to
100
100
illustrate your idea, and leave documentation/tests for later, after the idea
101
- has been validated and proven useful. Alternatively, you can send an email to
102
- ` scrapy-users `_ to discuss your idea first.
101
+ has been validated and proven useful. Alternatively, you can start a
102
+ conversation in the ` Scrapy subreddit `_ to discuss your idea first.
103
103
When writing GitHub pull requests, try to keep titles short but descriptive.
104
104
E.g. For bug #411: "Scrapy hangs if an exception raises in start_requests"
105
105
prefer "Fix hanging when exception occurs in start_requests (#411)"
@@ -188,6 +188,7 @@ And their unit-tests are in::
188
188
189
189
.. _issue tracker : https://github.com/scrapy/scrapy/issues
190
190
.. _scrapy-users : https://groups.google.com/forum/#!forum/scrapy-users
191
+ .. _Scrapy subreddit : http://reddit.com/r/scrapy
191
192
.. _Twisted unit-testing framework : https://twistedmatrix.com/documents/current/core/development/policy/test-standard.html
192
193
.. _AUTHORS : https://github.com/scrapy/scrapy/blob/master/AUTHORS
193
194
.. _tests/ : https://github.com/scrapy/scrapy/tree/master/tests
0 commit comments