mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Add Github Issue Template
This commit is contained in:
parent
7cbdf1f635
commit
a37c4e44b4
1 changed files with 18 additions and 0 deletions
18
.github/ISSUE_TEMPLATE.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
**Note:** This is for issues with Poltergeist. If you have a howto type question, please ask on Stack Overflow requested in the README.
|
||||
|
||||
**Note:** Poltergeist depends on PhantomJS. The latest stable version of PhantomJS (2.1.1) only supports up to ES5. If you are attempting to
|
||||
use ES5+ features/methods your app may report JS errors or may just silently fail. There is nothing Poltergeist can do about that. You can either
|
||||
Transpile and Polyfill to ES5 compatible code, or try the beta version of PhantomJS (2.5.x).
|
||||
|
||||
## Meta
|
||||
Poltergeist Version:
|
||||
<!-- 1.15.0? -->
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
## Steps to reproduce
|
||||
<!--
|
||||
Please be sure to include the code that is creating the issue along with HTML the code is being run against
|
||||
-->
|
Loading…
Add table
Reference in a new issue