Skip to content

Commit

Permalink
Add github issue bug template for bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Jan 17, 2021
1 parent 9c4e58d commit dcd22d5
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: 🐛 Bug Report
about: Report a reproducible bug

---


<!--
** IMPORTANT **
IF YOU NEED ONE OF THE FOLLOWING:
- HELP
- QUESTION
- HOW DO I?
- WHY DO NOT MY THING WORK?
Or anythig similar that is in the form of a QUESTION, then you SHALL use the brand new Github Discussion tab and not report this as a question.
THIS is only for reporting reproducable bugs
** IMPORTANT **
-->
<!--
NOTE: This form is only for reproducible bugs.
Please describe the environment/config/options/local changes in which you are running docker-redis-cluster
-->
### Environment

* docker-redis-cluster version: <!-- Example: 6.0.10 -->
* redis-server version: <!-- Example: 6.0.10 -->
* git hash (If applicable): <!-- Example: commit 9c4e58dc9a44c6aa305d9866a8d3bed73642cd58 -->
* CLI command used to build the container:


<!--
Describe in detail the exact steps that someone else can take to reproduce this bug
If you have any other configuration or changes done to produce this bug please describe it all
below so this bug can be fixed and resolved as soon as possible.
-->
### Steps to Reproduce

1.
2.
3.



<!-- What did you expect to happen? -->
### Expected Behavior


<!-- What happened instead? -->
### Observed Behavior

0 comments on commit dcd22d5

Please sign in to comment.