Added bug report template for gitea

pull/1/head
TechieDamien 2021-05-14 12:02:46 +01:00
parent 9b5c994aa1
commit dd7f880b56
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
---
name: "Bug Report"
about: "Something isn't working right"
title: "Short summary of bug"
labels:
- bug
- "help needed"
---
<!If this issue is for both the server and client, please post your issue on the client repository instead>
##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!>