github.com/koko1123/flow-go-1@v0.29.6/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: Bug report
     3  about: Issue tracker for bug reports
     4  
     5  ---
     6  
     7  ## 🐞 Bug Report
     8  
     9  A clear and concise description of what the bug is.
    10  
    11  ## What is the severity of this bug?
    12  
    13  **Critical - Urgent:** We can't do anything if this isn't actioned immediately (product doesn't function without this, it's blocking us or users, or it resolves a high severity security issue). Whole team should drop what they're doing and work on this. 
    14  
    15  **Critical:** We can't do anything if this isn't actioned immediately (product doesn't function without this, it's blocking us or users, or it resolves a high severity security issue). One person should look at this right now. 
    16  
    17  **Important:** * We have to do this before we ship, but it can wait until the next sprint (product or feature won't function without it, but it's not blocking us or users right now). Team should do this in the next sprint.
    18  
    19  **Should have:** * It would be better if we do this before we ship, but it's OK if we don't (product functions without this, but it's a better user experience). Consider adding to a future sprint.
    20  
    21  **Could have:** It really doesn't matter if we do this (product functions without this, impact to user is minimal). 
    22  
    23  ## Reproduction steps
    24  
    25  Steps to reproduce the behaviour:
    26  
    27  1. Make API call '...'
    28  1. See error
    29  
    30  - [ ] I followed these steps and was able to reproduce the issue
    31  
    32  ## Expected behaviour
    33  
    34  A clear and concise description of what you expected to happen.
    35  
    36  ## Screenshots
    37  
    38  If applicable, add screenshots to help explain your problem.
    39  
    40  ## Specifications
    41  
    42  - System: (e.g. macOS 10.13.4, Linux)
    43  - Go: (e.g. 1.13)
    44  
    45  ## Additional context
    46  
    47  Add any other context about the problem here.