llama

Форк
0
/
07-refactor.yml 
28 строк · 1.2 Кб
1
name: Refactor (Maintainers)
2
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
27
    validations:
28
      required: false
29

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.