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:
9
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
9
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Feature Request
|
||||
description: Ask for a feature or just give ideas!
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What feature do you want to get added? And how it will work?
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user