devops: add a hint how to create a repro (#29665)

Fixes https://github.com/microsoft/playwright/issues/29620
This commit is contained in:
Yury Semikhatsky 2024-02-26 13:33:57 -08:00 committed by GitHub
parent 015a1bcc1c
commit 56028269bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ body:
value: |
## Make a minimal reproduction
To file the report, you will need a GitHub repository with a minimal (but complete) example and simple/clear steps on how to reproduce the bug.
The simpler you can make it, the more likely we are to successfully verify and fix the bug.
The simpler you can make it, the more likely we are to successfully verify and fix the bug. You can create a new project with `npm init playwright@latest new-project` and then add the test code there.
- type: markdown
attributes:
value: |