ref: 72b193d52b4b7ff4af182cb8f004f6308c03c2a8
dir: /.github/ISSUE_TEMPLATE/bugs.yml/
name: Bug report description: Report bugs here. labels: [bug] body: - type: textarea id: description attributes: label: "Describe your bug here. And how to reproduce it." validations: required: true - type: dropdown id: btarget attributes: label: "What is your build target?" options: - "Windows" - "Linux" - "Mac" validations: required: true