chore: added envinfo to the bug issue template (#2237)
* chore: added envinfo to the bug issue template * Update bug.md Co-authored-by: Arjun Attam <arjunattam@gmail.com>
This commit is contained in:
parent
657cc9b630
commit
c2cd963407
5
.github/ISSUE_TEMPLATE/bug.md
vendored
5
.github/ISSUE_TEMPLATE/bug.md
vendored
|
|
@ -14,6 +14,9 @@ assignees: ''
|
|||
- Browser: [e.g. All, Chromium, Firefox, WebKit]
|
||||
- Extra: [any specific details about your environment]
|
||||
|
||||
<!-- CLI to auto-capture this info -->
|
||||
<!-- npx envinfo --preset playwright -->
|
||||
|
||||
**Code Snippet**
|
||||
|
||||
Help us help you! Put down a short code snippet that illustrates your bug and
|
||||
|
|
@ -24,7 +27,7 @@ const {chromium, webkit, firefox} = require('playwright');
|
|||
|
||||
(async () => {
|
||||
const browser = await chromium.launch();
|
||||
// ...
|
||||
// ...
|
||||
})();
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue