Added feature request template for gitea
parent
a8aaee9968
commit
9c3f4a8a26
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
|
||||
name: "Feature Request"
|
||||
about: "An idea for a feature to add in"
|
||||
title: "Short summary of the proposed feature"
|
||||
labels:
|
||||
- enhancement
|
||||
|
||||
---
|
||||
|
||||
<!If this issue is for both the server and client, please post your issue on the client repository instead>
|
||||
## 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!>
|
Loading…
Reference in New Issue