From 6d4f8a8ae0abe75ce3ef71be2dd5335025bb7b07 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 24 May 2023 11:16:32 +0300 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..16c54104 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +Thanks for reporting an issue in NRedisStack! Please update the appropriate text below, as much data as possible really helps! + +**NRedisStack Version**: What version of the library are you using + +**Redis Stack Version**: What is the version of redis stack where this issue happens? + +**Description**: Description of the issue, ideally with sample code, and a stack trace.