1name: Enhancement
 2description: Used to request enhancements for llama.cpp.
 3title: "Feature Request: "
 4labels: ["enhancement"]
 5body:
 6  - type: markdown
 7    attributes:
 8      value: |
 9        [Please post your idea first in Discussion if there is not yet a consensus for this enhancement request. This will help to keep this issue tracker focused on enhancements that the community has agreed needs to be implemented.](https://github.com/ggml-org/llama.cpp/discussions/categories/ideas)
10
11  - type: checkboxes
12    id: prerequisites
13    attributes:
14      label: Prerequisites
15      description: Please confirm the following before submitting your enhancement request.
16      options:
17        - label: I am running the latest code. Mention the version if possible as well.
18          required: true
19        - label: I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md).
20          required: true
21        - label: I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
22          required: true
23        - label: I reviewed the [Discussions](https://github.com/ggml-org/llama.cpp/discussions), and have a new and useful enhancement to share.
24          required: true
25
26  - type: textarea
27    id: feature-description
28    attributes:
29      label: Feature Description
30      description: Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do as an enhancement.
31      placeholder: Detailed description of the enhancement
32    validations:
33      required: true
34
35  - type: textarea
36    id: motivation
37    attributes:
38      label: Motivation
39      description: Please provide a detailed written description of reasons why this feature is necessary and how it is useful to `llama.cpp` users.
40      placeholder: Explanation of why this feature is needed and its benefits
41    validations:
42      required: true
43
44  - type: textarea
45    id: possible-implementation
46    attributes:
47      label: Possible Implementation
48      description: If you have an idea as to how it can be implemented, please write a detailed description. Feel free to give links to external sources or share visuals that might be helpful to understand the details better.
49      placeholder: Detailed description of potential implementation
50    validations:
51      required: false