From f18286e46cbf3efe88f2dd9a7c3abe78822c9027 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Tue, 28 Apr 2020 12:11:48 +0100 Subject: [PATCH] docs: update issue templates [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..8fc95e8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help nodemon improve +title: '' +labels: '' +assignees: '' + +--- + + + +- `nodemon -v`: +- `node -v`: +- Operating system/terminal environment: +- Using Docker? What image: +- Command you ran: + + +### Expected behaviour + + +### Actual behaviour + + +### Steps to reproduce + + +--- + +If applicable, please append the `--dump` flag on your command and include the output here **ensuring to remove any sensitive/personal details or tokens**.