Skip to content

Commit 6cc611b

Browse files
committed
Merge branch 'master' into dev
2 parents dc603b7 + 77ee726 commit 6cc611b

File tree

5 files changed

+75
-91
lines changed

5 files changed

+75
-91
lines changed

.github/ISSUE_TEMPLATE.md

-35
This file was deleted.

.github/ISSUE_TEMPLATE/--bug_report.md

-39
This file was deleted.

.github/ISSUE_TEMPLATE/-anything-else.md

-17
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: 🐞 Report a bug
2+
description: File a bug/issue on the core of Node-RED
3+
labels: [needs-triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
This issue tracker is for problems with the Node-RED runtime, the editor or the core nodes.
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 version:
56+
- Node.js version:
57+
- npm version:
58+
- Platform/OS:
59+
- Browser:
60+
validations:
61+
required: false

.github/ISSUE_TEMPLATE/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)