Add issue and pull request template. (#19)

Just like my PR in Zelda3 repo, I've added Issue and PR template.

This PR also fixes the building link.
This commit is contained in:
DaBanana64
2023-03-11 16:22:52 +03:30
committed by GitHub
parent 304804974e
commit 1f3cb1ae2d
5 changed files with 42 additions and 1 deletions

22
.github/ISSUE_TEMPLATE/bugs.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
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