diff --git a/.github/ISSUE_TEMPLATE/--bug_report.md b/.github/ISSUE_TEMPLATE/--bug_report.md new file mode 100644 index 000000000..ff13e2ace --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Reproducable software issues in the core of Node-RED +title: '' +labels: '' +assignees: '' + +--- + + + +### What are the steps to reproduce? + +### What happens? + +### What do you expect to happen? + +### Please tell us about your environment: + +- [ ] Node-RED version: +- [ ] node.js version: +- [ ] npm version: +- [ ] Platform/OS: +- [ ] Browser: diff --git a/.github/ISSUE_TEMPLATE/-anything-else.md b/.github/ISSUE_TEMPLATE/-anything-else.md new file mode 100644 index 000000000..dbf28e501 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-anything-else.md @@ -0,0 +1,14 @@ +--- +name: Anything Else +about: Something that is not a bug report +title: '' +labels: '' +assignees: '' + +--- + +Please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack). + +You could also consider asking a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/node-red) and tag it `node-red`. + +That way the whole Node-RED user community can help, rather than rely on the core development team.