mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Better issue template (#712)
This commit is contained in:
parent
eb862532f1
commit
d2d951d74a
@ -1,13 +1,22 @@
|
||||
### Step 1: Are you in the right place?
|
||||
<!--
|
||||
STEP 1: Are you in the right place?
|
||||
|
||||
* For general technical questions or "how to" guidance, please search [StackOverflow](https://stackoverflow.com/questions/tagged/puppeteer) with questions tagged "puppeteer" or create a post there.
|
||||
* Have an issue or feature request related to the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/)? File an issue [here](https://github.com/ChromeDevTools/devtools-protocol/issues/new).
|
||||
* Issue with [Headless Chrome](https://developers.google.com/web/updates/2017/04/headless-chrome)? File on Chromium's [issue tracker](https://bugs.chromium.org/p/chromium/issues/entry?components=Internals%3EHeadless&blocking=705916&cc=skyostil%40chromium.org).
|
||||
* Have an issue, feature request, or setup trouble related to the code **in this repository**? File an issue here!
|
||||
- For general technical questions or "how to" guidance, please search StackOverflow for questions tagged "puppeteer" or create a new post.
|
||||
|
||||
---
|
||||
https://stackoverflow.com/questions/tagged/puppeteer
|
||||
|
||||
### Step 2: Steps to reproduce
|
||||
- For issues or feature requests related to the DevTools Protocol (https://chromedevtools.github.io/devtools-protocol/), file an issue there:
|
||||
|
||||
https://github.com/ChromeDevTools/devtools-protocol/issues/new.
|
||||
|
||||
- Problem in Headless Chrome? File an issue against Chromium's issue tracker:
|
||||
|
||||
https://bugs.chromium.org/p/chromium/issues/entry?components=Internals%3EHeadless&blocking=705916
|
||||
|
||||
For issues, feature requests, or setup troubles with Puppeteer, file an issue right here!
|
||||
-->
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
**Tell us about your environment:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user