You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Used to track refactoring opportunities
3
+
title: "Refactor: "
4
+
labels: ["refactor"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Don't forget to [check for existing refactor issue tickets](https://github.com/ggerganov/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/ggerganov/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
0 commit comments