Skip to content

Commit b324a61

Browse files
authored
Update and rename bug.yml to bug.md
1 parent f2c3109 commit b324a61

File tree

2 files changed

+28
-69
lines changed

2 files changed

+28
-69
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug Report
3+
about: Something doesn't work like it should? Tell us!
4+
title: "[BUG]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Context:**
11+
- Playwright Version: [what Playwright version do you use?]
12+
- Operating System: [e.g. Windows, Linux or Mac]
13+
- Python version: [e.g. 3.7, 3.9]
14+
- Browser: [e.g. All, Chromium, Firefox, WebKit]
15+
- Extra: [any specific details about your environment]
16+
17+
<!-- CLI to auto-capture this info -->
18+
<!-- npx envinfo --preset playwright --markdown -->
19+
20+
**Code Snippet**
21+
22+
Help us help you! Put down a short code snippet that illustrates your bug and
23+
that we can run and debug locally.
24+
```
25+
26+
**Describe the bug**
27+
28+
Add any other details about the problem here.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)