github.com/ethersphere/bee/v2@v2.2.0/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: Bug report
     3  about: Use this template to create a new bug report
     4  title: General problem description
     5  labels: needs-triaging
     6  assignees: ''
     7  
     8  ---
     9  
    10  ⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD).
    11  
    12  ### Context
    13  <!-- Bee version / System information / Environment-->
    14  
    15  ### Summary
    16  <!-- Explain what happened -->
    17  
    18  ### Expected behavior
    19  <!-- How did you expect the application to behave -->
    20  
    21  ### Actual behavior
    22  <!-- How did the application behave? -->
    23  <!-- Please help us help you:
    24  - if the problem involves a specific file/dir, providing it might be helpful
    25  - if the issue is related to an API behavior - please provide the exact command (curl/postman etc) used to call the API.
    26  - please always try to provide the node console output preferably in TRACE level
    27  - screenshots are welcome -->
    28  
    29  ### Steps to reproduce
    30  <!-- Give as thorough a description as possible on how to reproduce the problem.
    31  If you can't remember the exact actions you took, please try to give an accurate
    32  account of what happened and disclose any pieces of information possibly related to the problem. -->
    33  
    34  ### Possible solution