Skip to content

Commit e2b3e41

Browse files
JohannesGaesslerarthw
authored andcommitted
Github: update issue templates [no ci] (ggml-org#10489)
1 parent 9f9ca37 commit e2b3e41

File tree

3 files changed

+30
-20
lines changed

3 files changed

+30
-20
lines changed

.github/ISSUE_TEMPLATE/010-bug-compilation.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ body:
2424
- type: dropdown
2525
id: operating-system
2626
attributes:
27-
label: Which operating systems do you know to be affected?
27+
label: Operating systems
28+
description: Which operating systems do you know to be affected?
2829
multiple: true
2930
options:
3031
- Linux
@@ -41,14 +42,17 @@ body:
4142
description: Which GGML backends do you know to be affected?
4243
options: [AMX, BLAS, CPU, CUDA, HIP, Kompute, Metal, Musa, RPC, SYCL, Vulkan]
4344
multiple: true
45+
validations:
46+
required: true
4447
- type: textarea
45-
id: steps_to_reproduce
48+
id: info
4649
attributes:
47-
label: Steps to Reproduce
50+
label: Problem description & steps to reproduce
4851
description: >
49-
Please tell us how to reproduce the bug and any additional information that you think could be useful for fixing it.
52+
Please give us a summary of the problem and tell us how to reproduce it.
5053
If you can narrow down the bug to specific compile flags, that information would be very much appreciated by us.
5154
placeholder: >
55+
I'm trying to compile llama.cpp with CUDA support on a fresh install of Ubuntu and get error XY.
5256
Here are the exact commands that I used: ...
5357
validations:
5458
required: true

.github/ISSUE_TEMPLATE/011-bug-results.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ body:
2626
- type: dropdown
2727
id: operating-system
2828
attributes:
29-
label: Which operating systems do you know to be affected?
29+
label: Operating systems
30+
description: Which operating systems do you know to be affected?
3031
multiple: true
3132
options:
3233
- Linux
@@ -43,6 +44,8 @@ body:
4344
description: Which GGML backends do you know to be affected?
4445
options: [AMX, BLAS, CPU, CUDA, HIP, Kompute, Metal, Musa, RPC, SYCL, Vulkan]
4546
multiple: true
47+
validations:
48+
required: true
4649
- type: textarea
4750
id: hardware
4851
attributes:
@@ -55,20 +58,20 @@ body:
5558
- type: textarea
5659
id: model
5760
attributes:
58-
label: Model
61+
label: Models
5962
description: >
60-
Which model at which quantization were you using when encountering the bug?
63+
Which model(s) at which quantization were you using when encountering the bug?
6164
If you downloaded a GGUF file off of Huggingface, please provide a link.
6265
placeholder: >
6366
e.g. Meta LLaMA 3.1 Instruct 8b q4_K_M
6467
validations:
6568
required: false
6669
- type: textarea
67-
id: steps_to_reproduce
70+
id: info
6871
attributes:
69-
label: Steps to Reproduce
72+
label: Problem description & steps to reproduce
7073
description: >
71-
Please tell us how to reproduce the bug and any additional information that you think could be useful for fixing it.
74+
Please give us a summary of the problem and tell us how to reproduce it.
7275
If you can narrow down the bug to specific hardware, compile flags, or command line arguments,
7376
that information would be very much appreciated by us.
7477
placeholder: >

.github/ISSUE_TEMPLATE/019-bug-misc.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
id: version
1515
attributes:
1616
label: Name and Version
17-
description: Which version of our software are you running? (use `--version` to get a version string)
17+
description: Which version of our software is affected? (You can use `--version` to get a version string.)
1818
placeholder: |
1919
$./llama-cli --version
2020
version: 2999 (42b4109e)
@@ -24,7 +24,8 @@ body:
2424
- type: dropdown
2525
id: operating-system
2626
attributes:
27-
label: Which operating systems do you know to be affected?
27+
label: Operating systems
28+
description: Which operating systems do you know to be affected?
2829
multiple: true
2930
options:
3031
- Linux
@@ -33,36 +34,38 @@ body:
3334
- BSD
3435
- Other? (Please let us know in description)
3536
validations:
36-
required: true
37+
required: false
3738
- type: dropdown
3839
id: module
3940
attributes:
4041
label: Which llama.cpp modules do you know to be affected?
4142
multiple: true
4243
options:
44+
- Documentation/Github
4345
- libllama (core library)
4446
- llama-cli
4547
- llama-server
4648
- llama-bench
4749
- llama-quantize
4850
- Python/Bash scripts
51+
- Test code
4952
- Other (Please specify in the next section)
5053
validations:
51-
required: true
54+
required: false
5255
- type: textarea
53-
id: steps_to_reproduce
56+
id: info
5457
attributes:
55-
label: Steps to Reproduce
58+
label: Problem description & steps to reproduce
5659
description: >
57-
Please tell us how to reproduce the bug and any additional information that you think could be useful for fixing it.
60+
Please give us a summary of the problem and tell us how to reproduce it (if applicable).
5861
validations:
5962
required: true
6063
- type: textarea
6164
id: first_bad_commit
6265
attributes:
6366
label: First Bad Commit
6467
description: >
65-
If the bug was not present on an earlier version: when did it start appearing?
68+
If the bug was not present on an earlier version and it's not trivial to track down: when did it start appearing?
6669
If possible, please do a git bisect and identify the exact commit that introduced the bug.
6770
validations:
6871
required: false
@@ -71,8 +74,8 @@ body:
7174
attributes:
7275
label: Relevant log output
7376
description: >
74-
Please copy and paste any relevant log output, including the command that you entered and any generated text.
77+
If applicable, please copy and paste any relevant log output, including the command that you entered and any generated text.
7578
This will be automatically formatted into code, so no need for backticks.
7679
render: shell
7780
validations:
78-
required: true
81+
required: false

0 commit comments

Comments
 (0)