File tree Expand file tree Collapse file tree 2 files changed +76
-0
lines changed
Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change 1+ name : 🐞 Report a bug
2+ description : File a bug/issue on node-red-debugger
3+ labels : [needs-triage]
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ This issue tracker is for problems with the Node-RED Flow Debugger
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).
16+
17+ You could also consider asking a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/node-red) and tag it `node-red`.
18+
19+ That way the whole Node-RED user community can help, rather than rely on the core development team.
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 : Current Behavior
25+ description : A clear & concise description of what you're experiencing.
26+ validations :
27+ required : false
28+ - type : textarea
29+ attributes :
30+ label : Expected Behavior
31+ description : A clear & concise description of what you expected to happen.
32+ validations :
33+ required : false
34+ - type : textarea
35+ attributes :
36+ label : Steps To Reproduce
37+ description : Steps to reproduce the behavior.
38+ validations :
39+ required : false
40+ - type : textarea
41+ attributes :
42+ label : Example flow
43+ description : If you have a minimal example flow that demonstrates the issue, share it here.
44+ value : |
45+ ```
46+ paste your flow here
47+ ```
48+ validations :
49+ required : false
50+ - type : textarea
51+ attributes :
52+ label : Environment
53+ description : Please tell us about your environment. Include any relevant information on how you are running Node-RED.
54+ value : |
55+ - node-red-debugger version:
56+ - Node-RED version:
57+ - Node.js version:
58+ - npm version:
59+ - Platform/OS:
60+ - Browser:
61+ validations :
62+ required : false
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
2+ contact_links :
3+ - name : ❓ Questions
4+ url : https://discourse.nodered.org
5+ about : Ask your question on the Node-RED forum
6+ - name : ⭐️ Feature Request
7+ url : https://discourse.nodered.org/c/development/feature-requests
8+ about : Discuss your request with the community
9+ - name : 🗂 Documentation
10+ url : https://nodered.org/docs
11+ about : Go straight to the documentation
12+ - name : 💬 Slack
13+ url : https://nodered.org/slack
14+ about : Chat about the project on our slack team
You can’t perform that action at this time.
0 commit comments