020-enhancement.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: Enhancement
  2. description: Used to request enhancements for llama.cpp.
  3. title: "Feature Request: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. [Please post your idea first in Discussion if there is not yet a consensus for this enhancement request. This will help to keep this issue tracker focused on enhancements that the community has agreed needs to be implemented.](https://github.com/ggml-org/llama.cpp/discussions/categories/ideas)
  10. - type: checkboxes
  11. id: prerequisites
  12. attributes:
  13. label: Prerequisites
  14. description: Please confirm the following before submitting your enhancement request.
  15. options:
  16. - label: I am running the latest code. Mention the version if possible as well.
  17. required: true
  18. - label: I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md).
  19. required: true
  20. - label: I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  21. required: true
  22. - label: I reviewed the [Discussions](https://github.com/ggml-org/llama.cpp/discussions), and have a new and useful enhancement to share.
  23. required: true
  24. - type: textarea
  25. id: feature-description
  26. attributes:
  27. label: Feature Description
  28. description: Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do as an enhancement.
  29. placeholder: Detailed description of the enhancement
  30. validations:
  31. required: true
  32. - type: textarea
  33. id: motivation
  34. attributes:
  35. label: Motivation
  36. description: Please provide a detailed written description of reasons why this feature is necessary and how it is useful to `llama.cpp` users.
  37. placeholder: Explanation of why this feature is needed and its benefits
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: possible-implementation
  42. attributes:
  43. label: Possible Implementation
  44. description: If you have an idea as to how it can be implemented, please write a detailed description. Feel free to give links to external sources or share visuals that might be helpful to understand the details better.
  45. placeholder: Detailed description of potential implementation
  46. validations:
  47. required: false