mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-14 21:13:32 +00:00
42 lines
1.5 KiB
Markdown
42 lines
1.5 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report a problem to help us improve
|
|
---
|
|
|
|
<!--
|
|
|
|
Thanks for taking an interest in Scrapy!
|
|
|
|
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
|
|
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
|
|
|
|
Keep in mind that by filing an issue, you are expected to comply with Scrapy's Code of Conduct, including treating everyone with respect: https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md
|
|
|
|
The following is a suggested template to structure your issue, you can find more guidelines at https://doc.scrapy.org/en/latest/contributing.html#reporting-bugs
|
|
|
|
-->
|
|
|
|
### Description
|
|
|
|
[Description of the issue]
|
|
|
|
### Steps to Reproduce
|
|
|
|
1. [First Step]
|
|
2. [Second Step]
|
|
3. [and so on...]
|
|
|
|
**Expected behavior:** [What you expect to happen]
|
|
|
|
**Actual behavior:** [What actually happens]
|
|
|
|
**Reproduces how often:** [What percentage of the time does it reproduce?]
|
|
|
|
### Versions
|
|
|
|
Please paste here the output of executing `scrapy version --verbose` in the command line.
|
|
|
|
### Additional context
|
|
|
|
Any additional information, configuration, data or output from commands that might be necessary to reproduce or understand the issue. Please try not to include screenshots of code or the command line, paste the contents as text instead. You can use [GitHub Flavored Markdown](https://help.github.com/en/articles/creating-and-highlighting-code-blocks) to make the text look better.
|