name: "\U0001F41B Bug Report" description: Submit a bug report to help us improve bitsandbytes body: - type: textarea id: system-info attributes: label: System Info description: Please share your relevant system information with us placeholder: platform, python version, hardware, ... validations: required: true - type: textarea id: reproduction validations: required: true attributes: label: Reproduction description: | Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet. Please provide the simplest reproducer as possible so that we can quickly fix the issue. placeholder: | Reproducer: - type: textarea id: expected-behavior validations: required: true attributes: label: Expected behavior description: "A clear and concise description of what you would expect to happen."