CoolFace
Apppublic

sleepdeep/llm-deploy

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
bug_report_template.yml54 linesDownload Raw Back to ISSUE_TEMPLATE
1name: "Bug report"2description: Report a bug3labels: [ "bug" ]4body:5  - type: markdown6    attributes:7      value: |8        Thanks for taking the time to fill out this bug report!9  - type: textarea10    id: bug-description11    attributes:12      label: Describe the bug13      description: A clear and concise description of what the bug is.14      placeholder: Bug description15    validations:16      required: true17  - type: checkboxes18    attributes:19      label: Is there an existing issue for this?20      description: Please search to see if an issue already exists for the issue you encountered.21      options:22        - label: I have searched the existing issues23          required: true24  - type: textarea25    id: reproduction26    attributes:27      label: Reproduction28      description: Please provide the steps necessary to reproduce your issue.29      placeholder: Reproduction30    validations:31      required: true32  - type: textarea33    id: screenshot34    attributes:35      label: Screenshot36      description: "If possible, please include screenshot(s) so that we can understand what the issue is."37  - type: textarea38    id: logs39    attributes:40      label: Logs41      description: "Please include the full stacktrace of the errors you get in the command-line (if any)."42      render: shell43    validations:44      required: true45  - type: textarea46    id: system-info47    attributes:48      label: System Info49      description: "Please share your system info with us: operating system, GPU brand, and GPU model. If you are using a Google Colab notebook, mention that instead."50      render: shell51      placeholder: 52    validations:53      required: true54