Skip to content

Commit 075be0a

Browse files
authored
Merge pull request #1096 from hardillb/fix-issue-template
Move to new Issue template format
2 parents cc76ee6 + 3d085af commit 075be0a

File tree

3 files changed

+82
-34
lines changed

3 files changed

+82
-34
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: 🐞 Report a bug
2+
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.
60+
value: |
61+
- Node-RED version:
62+
- Node.js version:
63+
- npm version:
64+
- Platform/OS:
65+
- Browser:
66+
validations:
67+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
blank_issues_enabled: true
3+
contact_links:
4+
- name: ❓ Questions
5+
url: https://discourse.nodered.org
6+
about: Ask your question on the Node-RED forum
7+
- name: ⭐️ Feature Request
8+
url: https://discourse.nodered.org/c/development/feature-requests
9+
about: Discuss your request with the community
10+
- name: 🗂 Documentation
11+
url: https://nodered.org/docs
12+
about: Go straight to the documentation
13+
- name: 💬 Slack
14+
url: https://nodered.org/slack
15+
about: Chat about the project on our slack team

0 commit comments

Comments
 (0)