Skip to content

Commit 030c8a1

Browse files
authored
Update README: reporting issues
1 parent 7ae345d commit 030c8a1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,12 @@ asyncio.run(main())
997997

998998
### Software versions
999999

1000-
Be sure to include which versions of Scrapy and scrapy-playwright you are using:
1000+
Be sure to include which versions of Scrapy, Playwright and scrapy-playwright you are using:
1001+
1002+
```
1003+
$ playwright --version
1004+
Version 1.44.0
1005+
```
10011006

10021007
```
10031008
$ python -c "import scrapy_playwright; print(scrapy_playwright.__version__)"
@@ -1050,6 +1055,12 @@ class ExampleSpider(scrapy.Spider):
10501055
)
10511056
```
10521057

1058+
#### Minimal code
1059+
Please make the effort to reduce the code to the minimum that still displays the issue.
1060+
It is very rare that a complete project (including middlewares, pipelines, item processing, etc)
1061+
is really needed to reproduce an issue. Reports that do not show an actual debugging attempt
1062+
will not be considered.
1063+
10531064
### Logs and stats
10541065

10551066
Logs for spider jobs displaying the issue in detail are extremely useful

0 commit comments

Comments
 (0)