question.yml 980 B

1234567891011121314151617181920212223242526
  1. name: Question
  2. description: Ask a general question
  3. labels: ["question"]
  4. title: "[Question]:"
  5. body:
  6. - type: checkboxes
  7. id: existingcheck
  8. attributes:
  9. label: Do you need to ask a question?
  10. description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
  11. options:
  12. - label: I have searched the existing question and discussions and this question is not already answered.
  13. - label: I believe this is a legitimate question, not just a bug or feature request.
  14. - type: textarea
  15. id: question
  16. attributes:
  17. label: Your Question
  18. description: A clear and concise description of your question.
  19. placeholder: What is your question?
  20. - type: textarea
  21. id: context
  22. attributes:
  23. label: Additional Context
  24. description: Provide any additional context or details that might help us understand your question better.
  25. placeholder: Add any relevant information here