github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: "🐛 Bug Report"
     3  about: Something isn't working as expected
     4  title: ''
     5  labels: 'type/bug '
     6  ---
     7  
     8  Please answer these questions before submitting your issue. Thanks!
     9  
    10  1. What did you do?
    11  If possible, provide a recipe for reproducing the error.
    12  
    13  
    14  2. What did you expect to see?
    15  
    16  
    17  
    18  3. What did you see instead?
    19  
    20  
    21  
    22  4. What version of BR and TiDB/TiKV/PD are you using?
    23  
    24  <!--
    25  br -V
    26  tidb-lightning -V
    27  tidb-server -V
    28  tikv-server -V
    29  pd-server -V
    30  -->
    31  
    32  5. Operation logs
    33     - Please upload `br.log` for BR if possible
    34     - Please upload `tidb-lightning.log` for TiDB-Lightning if possible
    35     - Please upload `tikv-importer.log` from TiKV-Importer if possible
    36     - Other interesting logs
    37  
    38  
    39  6. Configuration of the cluster and the task
    40     - `tidb-lightning.toml` for TiDB-Lightning if possible
    41     - `tikv-importer.toml` for TiKV-Importer if possible
    42     - `topology.yml` if deployed by TiUP
    43  
    44  
    45  7. Screenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus if possible