github.com/pingcap/failpoint@v0.0.0-20240412033321-fd0796e60f86/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: "\U0001F41B Bug Report"
     3  labels: "bug"
     4  about: Something isn't working as expected
     5  
     6  ---
     7  
     8  ## Bug Report
     9  
    10  Please answer these questions before submitting your issue. Thanks!
    11  
    12  1. What did you do? If possible, provide a recipe for reproducing the error.
    13  
    14  2. What did you expect to see?
    15  
    16  3. What did you see instead?
    17  
    18  4. Versions of the failpoint
    19  
    20      - failpoint-ctl version (run `failpoint-ctl -V`):
    21  
    22          ```
    23          (paste failpoint-ctl version here)
    24          ```