mirror of https://github.com/snesrev/smw.git
Add Issue and Pull Request templates (#6)
* Add Issue and Pull Request templates * Oops
This commit is contained in:
parent
f55f8f3e99
commit
f507e32e11
|
|
@ -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
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links: []
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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. -->
|
||||||
Loading…
Reference in New Issue