From 7bc79c879d96d577e77b0990dd3536451f88a59c Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Wed, 12 May 2021 06:13:39 +0200 Subject: [PATCH] :pencil: Add database type and execution mode to issues template (#1762) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added database type and execution mode to issues template * Bump n8n version suggestion Co-authored-by: Iván Ovejero * Bump node.js version as suggested Co-authored-by: Iván Ovejero Co-authored-by: Iván Ovejero --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 98d3702d9c..9a150b04b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,8 +22,10 @@ A clear and concise description of what you expected to happen. **Environment (please complete the following information):** - OS: [e.g. Ubuntu Linux 18.04] - - n8n Version [e.g. 0.26.0] - - Node.js Version [e.g. 10.16.0] + - n8n Version [e.g. 0.119.0] + - Node.js Version [e.g. 14.16.0] + - Database system [e.g. SQLite; n8n uses SQLite as default otherwise changed] + - Operation mode [e.g. own; operation modes are `own`, `main` and `queue`. Default is `own`] **Additional context** Add any other context about the problem here.