From a611870dbfce8af659243fe9454bca73764b5cf9 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 5 Feb 2018 19:54:10 -0700 Subject: [PATCH] Update issue template for 0.0.9-alpha --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5d3f54be..d53a6435 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,8 +3,8 @@ For :bug: bug reports, please fill out the information below plus any additional **Short problem description** **Environment** -- [ ] I am using Node.js v6.x or higher -- [ ] `npm install` reports success +- [ ] I am using Node.js v8.x LTS or higher +- [ ] `npm install` or `yarn` reports success - Actual Node.js version (`node --version`): - Operating system (`uname -a` on *nix systems): - Revision (`git rev-parse --short HEAD`):