1
0

040-refactor.yml 1.2 KB

12345678910111213141516171819202122232425262728
  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/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. - type: textarea
  12. id: background-description
  13. attributes:
  14. label: Background Description
  15. description: Please provide a detailed written description of the pain points you are trying to solve.
  16. placeholder: Detailed description behind your motivation to request refactor
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: possible-approaches
  21. attributes:
  22. label: Possible Refactor Approaches
  23. description: If you have some idea of possible approaches to solve this problem. You may want to make it a todo list.
  24. placeholder: Your idea of possible refactoring opportunity/approaches
  25. validations:
  26. required: false