Skip to content

Commit cd56352

Browse files
authored
devops: update issue templates
1 parent 6c729a8 commit cd56352

1 file changed

Lines changed: 35 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,34 @@ assignees: ''
77

88
---
99

10-
**Context:**
11-
- Playwright Version: [what Playwright version do you use?]
12-
- Operating System: [e.g. Windows, Linux or Mac]
13-
- Browser: [e.g. All, Chromium, Firefox, WebKit]
14-
- Extra: [any specific details about your environment]
10+
<!-- ⚠️⚠️ Do not delete this template ⚠️⚠️ -->
1511

16-
<!-- CLI to auto-capture this info -->
17-
<!-- npx envinfo --preset playwright --markdown -->
12+
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
13+
<!-- 🧪 Test using the latest Playwright release to see if your issue has already been fixed -->
14+
<!-- 💡 Provide enough information for us to be able to reproduce your issue locally -->
1815

19-
**Code Snippet**
16+
### System info
17+
- Playwright Version: [v1.XX]
18+
- Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]
19+
- Browser: [All, Chromium, Firefox, WebKit]
20+
- Other info:
2021

21-
Help us help you! Put down a short code snippet that illustrates your bug and
22-
that we can run and debug locally. For example:
22+
### Source code
23+
24+
- [ ] I provided exact source code that allows reproducing the issue locally.
25+
26+
<!-- For simple cases, please provide a self-contained test file along with the config file -->
27+
<!-- For larger cases, you can provide a GitHub repo you created for this issue -->
28+
<!-- If we can not reproduce the problem locally, we won't be able to act on it -->
29+
<!-- You can still file without the exact code and we will try to help, but if we can't repro, it will be closed -->
30+
31+
**Link to the GitHub repository with the repro**
32+
33+
[https://github.com/your_profile/playwright_issue_title]
34+
35+
or
36+
37+
**Test file (self-contained)**
2338

2439
```java
2540
import com.microsoft.playwright.*;
@@ -36,6 +51,14 @@ public class ExampleReproducible {
3651
}
3752
```
3853

39-
**Describe the bug**
54+
**Steps**
55+
- [Run the test]
56+
- [...]
57+
58+
**Expected**
59+
60+
[Describe expected behavior]
61+
62+
**Actual**
4063

41-
Add any other details about the problem here.
64+
[Describe actual behavior]

0 commit comments

Comments
 (0)