From 853b7dc2afbc1d765967452fdb2f0b4a808405d1 Mon Sep 17 00:00:00 2001 From: Suresh Alse Date: Fri, 16 Dec 2016 21:01:54 +0530 Subject: [PATCH] Update README --- .github/ISSUE_TEMPLATE.md | 6 ++++++ README/README.md | 1 + README/issues.md | 2 ++ 3 files changed, 9 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..b93c360 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ +Make sure these boxes are checked( - [x] ) before submitting an issue. + +- [ ] Running latest npm and node? (Run `npm --version` and `node --version`) +- [ ] 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. diff --git a/README/README.md b/README/README.md index c569ea0..f0afab8 100644 --- a/README/README.md +++ b/README/README.md @@ -10,6 +10,7 @@ Editing the plain text crontab is error prone for managing jobs, e.g., adding jo 3. Backup your crontabs. 4. Export crontab and deploy on other machines without much hassle. 5. Error log support. +6. Mailing and hooks support. Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html) to see more details. diff --git a/README/issues.md b/README/issues.md index 9ac439c..8aba6db 100644 --- a/README/issues.md +++ b/README/issues.md @@ -12,3 +12,5 @@ __Hosting crontab-ui : it works on localhost but not outside the server__ - You __crontab-ui stopped working__ - It can happen that your crontab-ui can stop working for some reason like adding incorrect jobs or timings. In order to fix it, you can just go ahead a remove the job from `crontab.db` or `env.db` in "crontabs" folder and restart crontab-ui. __Where is my root node_modules folder__ - You can find it by `npm root -g` + +__Mailing related issue__ - Refer [this](https://github.com/alseambusher/crontab-ui/blob/master/README/mail.md).