29 lines
601 B
Markdown
29 lines
601 B
Markdown
|
---
|
||
|
|
||
|
name: "Feature Request"
|
||
|
about: "An idea for a feature to add in"
|
||
|
title: "Short summary of the proposed feature"
|
||
|
labels:
|
||
|
- enhancement
|
||
|
|
||
|
---
|
||
|
|
||
|
## Feature summary
|
||
|
|
||
|
<!Put a short summary of what the feature is here>
|
||
|
|
||
|
## Details of the feature
|
||
|
|
||
|
<!Specifically, what would this feature do. Try to include as much detail as possible.>
|
||
|
|
||
|
## Value of feature
|
||
|
|
||
|
<!Why would this be a good feature?>
|
||
|
|
||
|
## Extra Questions
|
||
|
|
||
|
**Would this cause a breaking change?**:
|
||
|
**Would you be willing to implement this?**:
|
||
|
|
||
|
<!Thank you for taking the time to make this feature request, it will really help improve the game!>
|