github.com/jfrog/jfrog-cli-core/v2@v2.51.0/.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          Using environment variable JFROG_CLI_LOG_LEVEL="DEBUG" upon running the command will provide more log information.
    21      validations:
    22        required: true
    23  
    24    - type: textarea
    25      id: reproduction
    26      attributes:
    27        label: Reproduction steps
    28        description: |
    29          Provide steps to reproduce the behavior.
    30      validations:
    31        required: false
    32  
    33    - type: textarea
    34      id: expected
    35      attributes:
    36        label: Expected behavior
    37        description: |
    38          What did you expect to happen?
    39      validations:
    40        required: false
    41  
    42    - type: input
    43      id: cli-core-version
    44      attributes:
    45        label: JFrog CLI-Core version
    46      validations:
    47        required: true
    48        
    49    - type: input
    50      id: cli-version
    51      attributes:
    52        label: JFrog CLI version (if applicable)
    53        description: using "jf --version"
    54      validations:
    55        required: false
    56  
    57    - type: input
    58      id: os-version
    59      attributes:
    60        label: Operating system type and version
    61      validations:
    62        required: true
    63  
    64    - type: input
    65      id: rt-version
    66      attributes:
    67        label: JFrog Artifactory version
    68      validations:
    69        required: false
    70  
    71    - type: input
    72      id: xr-version
    73      attributes:
    74        label: JFrog Xray version
    75      validations:
    76        required: false