From dcd22d5efcc48115876fdeb2b56f801cf5feb351 Mon Sep 17 00:00:00 2001 From: Grokzen Date: Sun, 17 Jan 2021 13:17:51 +0100 Subject: [PATCH] Add github issue bug template for bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 56 ++++++++++++++++++++++++++++ 1 file changed, 56 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 0000000..5f5e311 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,56 @@ +--- +name: 🐛 Bug Report +about: Report a reproducible bug + +--- + + + + +### Environment + +* docker-redis-cluster version: +* redis-server version: +* git hash (If applicable): +* CLI command used to build the container: + + + +### Steps to Reproduce + +1. +2. +3. + + + + +### Expected Behavior + + + +### Observed Behavior