1name: Research
 2description: Track new technical research area.
 3title: "Research: "
 4labels: ["research 🔬"]
 5body:
 6  - type: markdown
 7    attributes:
 8      value: |
 9        Don't forget to check for any [duplicate research issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22)
10
11  - type: checkboxes
12    id: research-stage
13    attributes:
14      label: Research Stage
15      description: Track general state of this research ticket
16      options:
17        - label: Background Research (Let's try to avoid reinventing the wheel)
18        - label: Hypothesis Formed (How do you think this will work and it's effect?)
19        - label: Strategy / Implementation Forming
20        - label: Analysis of results
21        - label: Debrief / Documentation (So people in the future can learn from us)
22
23  - type: textarea
24    id: background
25    attributes:
26      label: Previous existing literature and research
27      description: Whats the current state of the art and whats the motivation for this research?
28
29  - type: textarea
30    id: hypothesis
31    attributes:
32      label: Hypothesis
33      description: How do you think this will work and it's effect?
34
35  - type: textarea
36    id: implementation
37    attributes:
38      label: Implementation
39      description: Got an approach? e.g. a PR ready to go?
40
41  - type: textarea
42    id: analysis
43    attributes:
44      label: Analysis
45      description: How does the proposed implementation behave?
46
47  - type: textarea
48    id: logs
49    attributes:
50      label: Relevant log output
51      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
52      render: shell