From e512fca4d001a9305a45a4b3c62ced536b7107e4 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 21 Nov 2018 11:29:19 -0500 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index f542bfc..a93987c 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,15 @@ -When opening an issue, please include the follwing information: -Node Version -Server OS Version -WebSSH2 release version -OS and Version of SSH server connecting to -Browser Version and OS +Depending on the type of issue, please include the follwing information: +- Node and NPM Version + - `node -v` + - `npm -v` +- Server OS Version / Distribution / Processor Architecture + - `uname -a` + - `cat /etc/os-release` +- WebSSH2 release version + - `grep version app/package.json` +- OS and Version of SSH server connecting to + - `uname -a` + - `sshd -v` +- Browser Version and OS + - Information from brwoser's About... or a screenshot of the about screen. +- Any log or messages from the WebSSH2 output