Skip to content

Commit 16c433d

Browse files
committed
chore: update issue config
1 parent ce4efc3 commit 16c433d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ body:
3535
id: steps
3636
attributes:
3737
label: Steps to reproduce
38-
description: >-
38+
description: |-
3939
Your bug can be investigated much faster if your code can be run without any dependencies other than `node-llama-cpp`.
4040
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-
Please include a link to the model file you used if possible.
41+
Please try to provide a Minimal, Complete, and Verifiable example ([link](http://stackoverflow.com/help/mcve)), including a link to the model file you used if possible.
4342
Also, please enable enable debug logs by using `getLlama({debug: true})` to get more information.
4443
placeholder: >-
4544
Please try to provide a Minimal, Complete, and Verifiable example.
@@ -50,10 +49,9 @@ body:
5049
id: env
5150
attributes:
5251
label: My Environment
53-
description: >-
52+
description: |-
5453
Please include the result of the command `npx --yes node-llama-cpp inspect gpu`.
55-
Please also add any other relevant dependencies to this table at the end.
56-
For example: Electron, Bun, Webpack.
54+
Please also add any other relevant dependencies to this table at the end. For example: Electron, Bun, Webpack.
5755
value: |
5856
| Dependency | Version |
5957
| --- | --- |

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
id: details
1414
attributes:
1515
label: What was unclear or otherwise insufficient?
16-
description: >-
16+
description: |-
1717
If relevant, please be clear about the documentation URL, as well as the location within the page.
1818
Add a link to the relevant documentation you're referring to.
1919
placeholder: >-

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ body:
5151
required: false
5252
- label: CUDA support
5353
required: false
54+
- label: Vulkan support
55+
required: false
5456
- label: Grammar
5557
required: false
58+
- label: Function calling
59+
required: false
5660
- type: dropdown
5761
id: pr
5862
attributes:

0 commit comments

Comments
 (0)