Issue template (#710)

* Issue template

* Update issue_template.md
This commit is contained in:
Eric Bidelman 2017-09-07 11:24:49 -07:00 committed by GitHub
parent e12ce802cd
commit eb862532f1

30
docs/issue_template.md Normal file
View File

@ -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?**