shithub: zelda3

ref: 8f4b242dac63c422aba98fae7f0ff13fafad507b
dir: /.github/ISSUE_TEMPLATE/bugs.yml/

View raw version
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