github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/.github/ISSUE_TEMPLATE/bug-report.yml (about)

     1  ---
     2  name: "🐞 Bug Report"
     3  description: File a bug/issue
     4  title: "(short issue description)"
     5  labels: ["bug", "needs-triage"]
     6  body:
     7    - type: checkboxes
     8      attributes:
     9        label: Is there an existing issue for this?
    10        description: Please search to see if an issue already exists for the bug you encountered.
    11        options:
    12        - label: I have searched the existing issues
    13          required: true
    14    - type: textarea
    15      id: description
    16      attributes:
    17        label: Describe the bug
    18        description: What is the problem? A clear and concise description of the bug.
    19      validations:
    20        required: true
    21    - type: textarea
    22      id: expected
    23      attributes:
    24        label: Expected Behavior
    25        description: |
    26          What did you expect to happen?
    27      validations:
    28        required: true
    29    - type: textarea
    30      id: current
    31      attributes:
    32        label: Current Behavior
    33        description: |
    34          What actually happened?
    35          
    36          Please include full errors, uncaught exceptions, stack traces, and relevant logs. 
    37      validations:
    38        required: true
    39    - type: textarea
    40      id: reproduction
    41      attributes:
    42        label: Steps To Reproduce
    43        description: |
    44          Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
    45          Avoid including business logic or unrelated code, it makes diagnosis more difficult.
    46      validations:
    47        required: true
    48    - type: textarea
    49      id: solution
    50      attributes:
    51        label: Possible Solution
    52        description: |
    53          Suggest a fix/reason for the bug
    54      validations:
    55        required: false
    56    - type: textarea
    57      id: context
    58      attributes:
    59        label: Additional Information/Context
    60        description: |
    61          Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
    62      validations:
    63        required: false
    64    - type: input
    65      id: version
    66      attributes:
    67        label: AIStore build/version
    68        description: |
    69          Please specify the AIStore release, Python SDK version, or Docker image tag you are using. For example, `latest`, `v3.22`, etc. **Note:** We would strongly prefer to only discuss issues that arise from the current (`main`) branch and the most recent stable [release](https://github.com/NVIDIA/aistore/releases).
    70      validations:
    71        required: true
    72    - type: input
    73      id: environment
    74      attributes:
    75        label: Environment details (OS name and version, etc.)
    76      validations:
    77          required: true