mirror of
https://github.com/nzp-team/nzportable.git
synced 2024-11-10 06:31:51 +00:00
Separate out suggestions into its own template
This commit is contained in:
parent
c7377a2642
commit
b997d6c3a2
1 changed files with 20 additions and 0 deletions
20
.github/ISSUE_TEMPLATE/suggestion.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/suggestion.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Suggestion
|
||||
about: Create a suggestion for QoL changes
|
||||
title: '[SUGGESTION]'
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe your suggestion**
|
||||
A clear and concise description of what feature you'd like to be added.
|
||||
|
||||
**Expected behavior**
|
||||
What you expect to happen or how it'll work in-game.
|
||||
|
||||
**Screenshots/Footage**
|
||||
If applicable, add screenshots as a mock-up to help demonstrate what you want.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the suggestion here.
|
Loading…
Reference in a new issue