...

Text file src/github.com/redis/go-redis/v9/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/redis/go-redis/v9/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve
     4title: ''
     5labels: ''
     6assignees: ''
     7---
     8
     9Issue tracker is used for reporting bugs and discussing new features. Please use
    10[stackoverflow](https://stackoverflow.com) for supporting issues.
    11
    12<!--- Provide a general summary of the issue in the Title above -->
    13
    14## Expected Behavior
    15
    16<!--- Tell us what should happen -->
    17
    18## Current Behavior
    19
    20<!--- Tell us what happens instead of the expected behavior -->
    21
    22## Possible Solution
    23
    24<!--- Not obligatory, but suggest a fix/reason for the bug, -->
    25
    26## Steps to Reproduce
    27
    28<!--- Provide a link to a live example, or an unambiguous set of steps to -->
    29<!--- reproduce this bug. Include code to reproduce, if relevant -->
    30
    311.
    322.
    333.
    344.
    35
    36## Context (Environment)
    37
    38<!--- How has this issue affected you? What are you trying to accomplish? -->
    39<!--- Providing context helps us come up with a solution that is most useful in the real world -->
    40
    41<!--- Provide a general summary of the issue in the Title above -->
    42
    43## Detailed Description
    44
    45<!--- Provide a detailed description of the change or addition you are proposing -->
    46
    47## Possible Implementation
    48
    49<!--- Not obligatory, but suggest an idea for implementing addition or change -->

View as plain text