06-question.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: Question
  2. description: Used to ask questions about llama.cpp
  3. title: "Question: "
  4. labels: ["question"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. [Please search your question first in Discussion if you got a common general question.](https://github.com/ggerganov/llama.cpp/discussions/categories/q-a)
  10. - type: checkboxes
  11. id: prerequisites
  12. attributes:
  13. label: Prerequisites
  14. description: Please confirm the following before submitting your question.
  15. options:
  16. - 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).
  17. required: true
  18. - label: I reviewed the [Discussions](https://github.com/ggerganov/llama.cpp/discussions), and have a new useful question to share that cannot be answered within Discussions.
  19. required: true
  20. - type: textarea
  21. id: background-description
  22. attributes:
  23. label: Background Description
  24. description: Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do as an question.
  25. placeholder: Detailed description of your question
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: possible-answer
  30. attributes:
  31. label: Possible Answer
  32. description: If you have some idea of possible answers you want to confirm, that would also be appreciated.
  33. placeholder: Your idea of possible answers
  34. validations:
  35. required: false