From 53cb3c02edb70c01eb47568bc83062fc1958e5d9 Mon Sep 17 00:00:00 2001 From: Patrick Juchli Date: Fri, 15 Dec 2023 22:51:47 +0100 Subject: [PATCH] Add package version to issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index bc04ec2..6c6ffa5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -16,5 +16,8 @@ Use `client.ftp.verbose = true` to log every communication detail. Copy-paste th **Which version of Node.js are you using?** e.g. Node 1.11.0 +**Which version of basic-ftp are you using?** +e.g. 5.0.4 + **Additional context** Add any other context about the problem here. What FTP server are you using? What environment are you running in?