From a37c4e44b4c7340f87a98c6e2b4244d1c3a36d2e Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Sun, 6 Aug 2017 13:20:54 -0700 Subject: [PATCH] Add Github Issue Template --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2a0c497 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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: + + +## Expected Behavior + +## Actual Behavior + +## Steps to reproduce +