From 643eb95aaf9e4da22ddcf673f1277a407630ba99 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 17 Mar 2016 00:07:40 +0100 Subject: [PATCH] Require the redis version in the issue template too --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0b4f598a5b..fb90edf57a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ the problem is provided. It is of course not always possible to reduce your code to a small test case, but it's highly appreciated to have as much data as possible. Thank you!_ -* **Version**: What node_redis version is the issue happening on? +* **Version**: What node_redis and what redis version is the issue happening on? * **Platform**: What platform / version? (For example Node.js 0.10 or Node.js 5.7.0) * **Description**: Description of your issue, stack traces from errors and code that reproduces the issue