|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report a reproducible bug |
| 3 | +labels: |
| 4 | + - requires triage |
| 5 | + - bug |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: |- |
| 10 | + Have a question? This is the `node-llama-cpp` issue tracker – and is not the right place for general support or questions. |
| 11 | + Instead, use [`node-llama-cpp` GitHub Discussions](https://github.com/withcatai/node-llama-cpp/discussions) to get support or ask questions. |
| 12 | + - type: input |
| 13 | + id: description |
| 14 | + attributes: |
| 15 | + label: Issue description |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + - type: textarea |
| 19 | + id: expected |
| 20 | + attributes: |
| 21 | + label: Expected Behavior |
| 22 | + description: "A clear and concise description of what you expected to happen." |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: textarea |
| 26 | + id: actual |
| 27 | + attributes: |
| 28 | + label: Actual Behavior |
| 29 | + description: >- |
| 30 | + A clear and concise description of what actually happened. Please wrap |
| 31 | + any error messages or output in code tags, instead of images. |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + - type: textarea |
| 35 | + id: steps |
| 36 | + attributes: |
| 37 | + label: Steps to reproduce |
| 38 | + description: >- |
| 39 | + Your bug can be investigated much faster if your code can be run without any dependencies other than `node-llama-cpp`. |
| 40 | + Issues without reproduction steps or code examples may be closed as not actionable. |
| 41 | + Please try to provide a Minimal, Complete, and Verifiable example ([link](http://stackoverflow.com/help/mcve)). |
| 42 | + placeholder: >- |
| 43 | + Please try to provide a Minimal, Complete, and Verifiable example. |
| 44 | + http://stackoverflow.com/help/mcve |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + - type: textarea |
| 48 | + id: env |
| 49 | + attributes: |
| 50 | + label: My Environment |
| 51 | + description: >- |
| 52 | + Please add any other relevant dependencies to this table at the end. |
| 53 | + For example: Electron, Bun, Webpack. |
| 54 | + value: | |
| 55 | + | Dependency | Version | |
| 56 | + | --- | --- | |
| 57 | + | Operating System | | |
| 58 | + | Node.js version | x.y.zzz | |
| 59 | + | Typescript version | x.y.zzz | |
| 60 | + | `node-llama-cpp` version | x.y.zzz | |
| 61 | + validations: |
| 62 | + required: true |
| 63 | + - type: textarea |
| 64 | + id: context |
| 65 | + attributes: |
| 66 | + label: Additional Context |
| 67 | + description: >- |
| 68 | + Add any other context about the bug report here. |
| 69 | + - type: checkboxes |
| 70 | + id: drivers |
| 71 | + attributes: |
| 72 | + label: Relevant Features Used |
| 73 | + options: |
| 74 | + - label: Metal support |
| 75 | + required: false |
| 76 | + - label: CUDA support |
| 77 | + required: false |
| 78 | + - label: Grammar |
| 79 | + required: false |
| 80 | + - type: dropdown |
| 81 | + id: pr |
| 82 | + attributes: |
| 83 | + label: Are you willing to resolve this issue by submitting a Pull Request? |
| 84 | + options: |
| 85 | + - Yes, I have the time, and I know how to start. |
| 86 | + - >- |
| 87 | + Yes, I have the time, but I don't know how to start. I would need |
| 88 | + guidance. |
| 89 | + - >- |
| 90 | + No, I don’t have the time, but I can support (using donations) |
| 91 | + development. |
| 92 | + - >- |
| 93 | + No, I don’t have the time and I’m okay to wait for the community / |
| 94 | + maintainers to resolve this issue. |
| 95 | + validations: |
| 96 | + required: true |
| 97 | + - type: markdown |
| 98 | + attributes: |
| 99 | + value: |- |
| 100 | + First-time contributors are always welcome! 🙌 |
| 101 | +
|
| 102 | + 👋 Have a great day and thank you for the bug report! |
0 commit comments