Skip to content

Commit

Permalink
chore: added envinfo to the bug issue template (#2237)
Browse files Browse the repository at this point in the history
* chore: added envinfo to the bug issue template

* Update bug.md

Co-authored-by: Arjun Attam <arjunattam@gmail.com>
  • Loading branch information
mxschmitt and arjunattam authored Aug 28, 2020
1 parent 657cc9b commit c2cd963
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,7 +27,7 @@ const {chromium, webkit, firefox} = require('playwright');

(async () => {
const browser = await chromium.launch();
// ...
// ...
})();
```

Expand Down

0 comments on commit c2cd963

Please sign in to comment.