From 739fa4cdb48dc8b380440ed6ee55da7fc447eed9 Mon Sep 17 00:00:00 2001 From: Jens Rossbach Date: Sun, 20 Dec 2020 18:21:03 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/problem-report.md | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/problem-report.md diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md new file mode 100644 index 0000000..1424ddb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -0,0 +1,34 @@ +--- +name: Problem Report +about: Create a report to help improve the software +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Context information** +Please complete the following information. + - Platform & OS: + - node-red-contrib-chronos version: + - Node-RED version: + - Node.js version: + +**Additional information** +Add any other information about the problem here.