github.com/jfrog/build-info-go@v1.9.26/.github/ISSUE_TEMPLATE/bug_report.yml (about)

     1  ---
     2  name: "🐛 Bug Report"
     3  description: Create a report to help us improve
     4  labels: [bug]
     5  body:
     6    - type: textarea
     7      id: description
     8      attributes:
     9        label: Describe the bug
    10        description: What is the problem? A clear and concise description of the bug.
    11      validations:
    12        required: true
    13  
    14    - type: textarea
    15      id: current
    16      attributes:
    17        label: Current behavior
    18        description: |
    19          Please include full errors, uncaught exceptions, screenshots, and relevant logs.
    20      validations:
    21        required: true
    22  
    23    - type: textarea
    24      id: reproduction
    25      attributes:
    26        label: Reproduction steps
    27        description: |
    28          Provide steps to reproduce the behavior.
    29      validations:
    30        required: false
    31  
    32    - type: textarea
    33      id: expected
    34      attributes:
    35        label: Expected behavior
    36        description: |
    37          What did you expect to happen?
    38      validations:
    39        required: false
    40  
    41    - type: input
    42      id: os-version
    43      attributes:
    44        label: Operating system type and version
    45      validations:
    46        required: true