From 947505c08378ef71085dd3eb394e0672155ad4c1 Mon Sep 17 00:00:00 2001 From: Suresh Alse Date: Thu, 22 Dec 2016 08:52:01 +0530 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b93c360..82353f6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ Make sure these boxes are checked( - [x] ) before submitting an issue. -- [ ] Running latest npm and node? (Run `npm --version` and `node --version`) +- [ ] Running latest npm and node? (Run `npm --version` and `node --version`). Get the latest nodejs [here](https://nodejs.org/en/download/). - [ ] The `node_modules` folder has right permissions (Run `ls -ld $(npm root -g)/crontab-ui`) - [ ] Read [issues.md](https://github.com/alseambusher/crontab-ui/blob/master/README/issues.md) - [ ] Gone through existing open and closed issues.