1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update CONTRIBUTING.md

This commit is contained in:
Nick O'Leary 2014-02-27 16:38:35 +00:00
parent e403924d2b
commit ebcf539795

View File

@ -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).