From ebcf53979506ff853a87b15b40f773d459e6ba39 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 27 Feb 2014 16:38:35 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ba12e631..445c329a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,12 @@ Provide as much context as possible so we can try to recreate the issue. If possible, include the relevant part of your flow. To do this, select the relevant nodes, press Ctrl-E and copy the flow data from the Export dialog. +At a minimum, please include: + + - Version of Node-RED - either release number if you downloaded a zip, or the first few lines of `git log` if you are cloning the repository directly. + - Version of node.js - what does `node -v` say? + + ## New features For feature requests, please raise them on the [mailing list](https://groups.google.com/forum/#!forum/node-red).