question.yaml 527 B

12345678910111213141516171819202122
  1. name: Question
  2. description: Describe this issue template's purpose here.
  3. title: "Question"
  4. labels: ["question"]
  5. body:
  6. - type: textarea
  7. id: question
  8. attributes:
  9. label: Question
  10. placeholder: I have a question, ..., how can I solve it?
  11. validations:
  12. required: true
  13. - type: checkboxes
  14. id: checklist
  15. attributes:
  16. label: Checklist
  17. description: Please check all the checkboxes
  18. options:
  19. - label: This question is written entirely in English.
  20. required: true