forked from puppeteer/puppeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Issue template * Update issue_template.md
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
### 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! | ||
|
||
--- | ||
|
||
### Step 2: Steps to reproduce | ||
|
||
**Tell us about your environment:** | ||
|
||
* Puppeteer version: | ||
* Platform / OS version: | ||
* URLs (if applicable): | ||
|
||
**What steps will reproduce the problem?** | ||
|
||
_Please include code that reproduces the issue._ | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
**What is the expected result?** | ||
|
||
|
||
**What happens instead?** | ||
|