Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better issue template #712

Merged
merged 1 commit into from Sep 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 16 additions & 7 deletions docs/issue_template.md
@@ -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:**

Expand Down