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: - -``` -``` - - - -