From c3a8dde9d19157ebc96926f0d1c6bf082a0a8eed Mon Sep 17 00:00:00 2001 From: vmarchaud Date: Thu, 9 Mar 2017 17:05:05 +0100 Subject: [PATCH] (github) new issue template #2745 --- .github/ISSUE_TEMPLATE.md | 69 +++++++++++++++++++++++++++++---------- 1 file changed, 52 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8a6b2b971..cd87ac7f1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,31 +1,66 @@ -If reporting a bug, please use the following template. +## I'm opening this issue because: -#### Expected behaviour + - [ ] 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? -#### Actual behaviour + -... +## How can we reproduce the problem? -#### Steps to reproduce + -... +## General Informations: -#### Software versions used + `pm2 -v` prints: + ``` + ``` -``` -OS : -node.js : -PM2 : +`node -v` prints: +``` ``` -#### PM2 Log output +`uname -a` output for unix OR Windows version: +``` + ``` -Use the command: `tail --lines 50 ~/.pm2/pm2.log` +`tail --lines 50 ~/.pm2/pm2.log` prints: +``` ``` -... -``` -cf CONTRIBUTING.md for more informations + + +