You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: File a bug/issue on one of the nodes in this repository
3
+
labels: [needs-triage]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
This issue tracker is for problems with the extra nodes maintained by the Node-RED project.
9
+
10
+
If your issue is:
11
+
- a general 'how-to' type question,
12
+
- a feature request or suggestion for a change,
13
+
- or problems with 3rd party (`node-red-contrib-`) nodes
14
+
15
+
please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack), or ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/node-red) and tag it `node-red`.
16
+
17
+
That way the whole Node-RED user community can help, rather than rely on the core development team.
18
+
19
+
## So you have a real issue to raise...
20
+
21
+
To help us understand the issue, please fill-in as much of the following information as you can:
22
+
- type: textarea
23
+
attributes:
24
+
label: Which node are you reporting and issue on?
25
+
description: Give the full node name
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: What are the steps to reproduce?
31
+
description: A clear & concise description of what you did.
32
+
validations:
33
+
required: false
34
+
- type: textarea
35
+
attributes:
36
+
label: What happens?
37
+
description: A clear & concise description of what you see
38
+
validations:
39
+
required: false
40
+
- type: textarea
41
+
attributes:
42
+
label: What did you expect to happen?
43
+
description: Explain what you wanted to happen
44
+
validations:
45
+
required: false
46
+
- type: textarea
47
+
attributes:
48
+
label: Example flow
49
+
description: If you have a minimal example flow that demonstrates the issue, share it here.
50
+
value: |
51
+
```
52
+
paste your flow here
53
+
```
54
+
validations:
55
+
required: false
56
+
- type: textarea
57
+
attributes:
58
+
label: Environment
59
+
description: Please tell us about your environment. Include any relevant information on how you are running Node-RED.
0 commit comments