Add Issue and Pull Request templates (#6)

* Add Issue and Pull Request templates

* Oops
This commit is contained in:
DaBanana64 2023-06-12 14:45:08 +03:30 committed by GitHub
parent f55f8f3e99
commit f507e32e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 0 deletions

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

@ -0,0 +1,23 @@
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"
- "Nintendo Switch"
validations:
required: true

2
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,2 @@
blank_issues_enabled: false
contact_links: []

View 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

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,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. -->