1name: Bug report 2description: Report a bug 3labels: [bug] 4body: 5- type: textarea 6 attributes: 7 label: What did you do? 8 validations: 9 required: true 10- type: textarea 11 attributes: 12 label: What did you expect? 13 validations: 14 required: true 15- type: textarea 16 attributes: 17 label: What happened instead? 18 validations: 19 required: true