From 68bebfd2afdfeba8261d0440a5255849da92d89c Mon Sep 17 00:00:00 2001 From: Unitech Date: Wed, 5 Apr 2017 06:14:01 +0200 Subject: [PATCH] (github templates) simpler template --- .github/ISSUE_TEMPLATE.md | 71 +++++++-------------------------------- 1 file changed, 12 insertions(+), 59 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cd87ac7f..59b5544c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,66 +1,19 @@ -## I'm opening this issue because: - - - [ ] pm2 isn't behaving like it should do. - - [ ] pm2 is doing something I don't understand. - - [ ] pm2 is crashing. - - [ ] Other (_see at the end for feature requests_): - -## What's going wrong? - -## How can we reproduce the problem? +**What's going wrong?** +**How could we reproduce this issue?** - +## Supporting information -## General Informations: - - `pm2 -v` prints: - ``` - ``` - -`node -v` prints: -``` ``` - -`uname -a` output for unix OR Windows version: +PM2 version: `pm2 -v` +Node version: `node -v` +Windows? Mac? Linux? ``` - ``` - -`tail --lines 50 ~/.pm2/pm2.log` prints: - -``` -``` - - - -