From eac853c7ddd650dfff26d3f51c2a06b991524fcd Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 26 Feb 2019 21:12:42 +0000 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/anything-else.md | 14 +++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/anything-else.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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. 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: From d8b4c1e20948f3d9d6692ae500e8864fe30358a6 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 26 Feb 2019 21:14:25 +0000 Subject: [PATCH 2/2] Rename issue templates to fix their order --- .github/ISSUE_TEMPLATE/{bug_report.md => --bug_report.md} | 0 .github/ISSUE_TEMPLATE/{anything-else.md => -anything-else.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => --bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{anything-else.md => -anything-else.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/--bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/--bug_report.md diff --git a/.github/ISSUE_TEMPLATE/anything-else.md b/.github/ISSUE_TEMPLATE/-anything-else.md similarity index 100% rename from .github/ISSUE_TEMPLATE/anything-else.md rename to .github/ISSUE_TEMPLATE/-anything-else.md