Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_id> > container.log
```