From 36c5a01e23478421828962586cac8e913b023c25 Mon Sep 17 00:00:00 2001 From: Raymond Mouthaan Date: Wed, 2 Oct 2019 22:12:23 +0200 Subject: [PATCH] [skip travis] Modified environment info --- .github/ISSUE_TEMPLATE.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b06f41e3..c2a50492 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -28,8 +28,18 @@ To help us understand the issue, please fill-in as much of the following informa ### Please tell us about your environment: -- [ ] Node-RED version: -- [ ] node.js version: -- [ ] npm version: -- [ ] Platform/OS: -- [ ] Browser: +[ ] Platform/OS: + +[ ] Browser: + + - If you are a Portainer user, please attach a screenshot of your container details. + + ``` + Containers -> Click on the node-red container -> Scroll to Container Details and take a screenshot + ``` + + - If you are a command line user please execute the following command and attach the log file. + + ```shell + docker inspect > container.log + ```