Added issue templates for gitea
parent
1604e27157
commit
88c7a0c504
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
|
||||
name: "Bug Report"
|
||||
about: "Something isn't working right"
|
||||
title: "Short summary of bug"
|
||||
labels:
|
||||
- bug
|
||||
- "help wanted"
|
||||
|
||||
---
|
||||
|
||||
## Bug summary
|
||||
|
||||
<!Put a short summary of what the bug is here>
|
||||
|
||||
## Intended Behaviour
|
||||
|
||||
<!What do you expect the program to do?>
|
||||
|
||||
## Observed Behaviour
|
||||
|
||||
<!What did the program actually do?>
|
||||
|
||||
## How to reproduce
|
||||
|
||||
<!How did you get the program to do what it did? Can it be reproduced easily? If any files were used to reproduce the issue, please provide them.>
|
||||
|
||||
## System Details
|
||||
|
||||
**OS/Version**:
|
||||
**Program Version**:
|
||||
**Compiled/Release**:
|
||||
|
||||
<!Thank you for taking the time to make this bug report, it will really help squash those bugs!>
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
|
||||
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!>
|
Loading…
Reference in New Issue