ref: d7f9df0ebd752fb3ff90293585bfba71c9bb87fb
parent: b60754746106adab515226b763b4135e5461edbe
author: DaBanana64 <82652849+DaBanana64@users.noreply.github.com>
date: Fri Sep 23 08:20:09 EDT 2022
Add issue, feature request templates and PR template. (#112)
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bugs.yml
@@ -1,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."
+ validations:
+ required: true
+
+
+ - type: dropdown
+ id: btarget
+ attributes:
+ label: "What is your build target?"
+ options:
+ - "Windows"
+ - "Linux"
+ - "Mac"
+ validations:
+ required: true
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,0 +1,2 @@
+blank_issues_enabled: false
+contact_links: []
\ No newline at end of file
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -1,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
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,0 +1,8 @@
+### Description
+<!-- What is the purpose of this PR and what it adds? -->
+
+### Will this Pull Request break anything?
+<!-- Will it break the compiling? -->
+
+### Suggested Testing Steps
+<!-- See if the compiling fails/break anything in the game. -->