github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: Report a bug that we should fix
     4  title: "[BUG] "
     5  labels: bug
     6  assignees: ''
     7  
     8  ---
     9  
    10  # Description
    11  Clearly describe the bug and how to reproduce it. If applicable, include screenshots.
    12  
    13  # Steps to Reproduce
    14  Give detailed step-by-step instructions to help us easily reproduce the issue.
    15  1. ...
    16  
    17  # Expected Behavior
    18  Clearly describe what you expect to happen.
    19  
    20  # Environment
    21  - Commit Hash: [e.g. 9ed5f0a]
    22  - OS: [e.g. MacOS 14.1.1 on apple silicon]
    23  - Browser and Version (if applicable): [e.g. chrome 119.0.6045.159 arm64, safari 19616.2.9.11.7]
    24  
    25  # (Optional) Additional Context
    26  Add anything else we should know about this problem.