1name: Refactor (Maintainers)
 2description: Used to track refactoring opportunities.
 3title: "Refactor: "
 4labels: ["refactor"]
 5body:
 6  - type: markdown
 7    attributes:
 8      value: |
 9        Don't forget to [check for existing refactor issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3Arefactoring) in case it's already covered.
10        Also you may want to check [Pull request refactor label as well](https://github.com/ggml-org/llama.cpp/pulls?q=is%3Aopen+is%3Apr+label%3Arefactoring) for duplicates too.
11
12  - type: textarea
13    id: background-description
14    attributes:
15      label: Background Description
16      description: Please provide a detailed written description of the pain points you are trying to solve.
17      placeholder: Detailed description behind your motivation to request refactor
18    validations:
19      required: true
20
21  - type: textarea
22    id: possible-approaches
23    attributes:
24      label: Possible Refactor Approaches
25      description: If you have some idea of possible approaches to solve this problem. You may want to make it a todo list.
26      placeholder: Your idea of possible refactoring opportunity/approaches
27    validations:
28      required: false