From 7f7bbed8e6c91a888dc4ff853fbafd9208427431 Mon Sep 17 00:00:00 2001 From: Tomasz Poradowski Date: Sat, 2 May 2020 21:19:26 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d57cb849 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report about a problem with Redis for Windows +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug/issue** +A clear and concise description of what the bug/issue is. + +**To Reproduce** +Please provide more information about: +- version of Redis for Windows you are using +- configuration of your instance if it's not out-of-the-box one (i.e. persistence type) +- typical workload handled by your instance +- any other details that might be helpful in reproducing the issue. + +**Crash report** +If Redis generated a crash report - please paste it here. + +**Event Log** +Please check your system's Event Log to see if there are additional details logged related to this issue. + +**Additional context** +Please provide Windows version you are using, mode in which you are starting Redis (standalone, cluster, Sentinel), etc.