Just like my PR in Zelda3 repo, I've added Issue and PR template. This PR also fixes the building link.
23 lines
485 B
YAML
23 lines
485 B
YAML
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. (If possible, please send the save that the bug occurs.)"
|
|
validations:
|
|
required: true
|
|
|
|
|
|
- type: dropdown
|
|
id: btarget
|
|
attributes:
|
|
label: "What is your build target?"
|
|
options:
|
|
- "Windows"
|
|
- "Linux"
|
|
- "Mac"
|
|
validations:
|
|
required: true
|