From 98f52b2630dd3e01b1dc811700df13d492fc2ae4 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Thu, 11 Jun 2020 22:08:37 +0200 Subject: [PATCH] Add bug report issue template --- .gitlab/issue_templates/bug_report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitlab/issue_templates/bug_report.md diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md new file mode 100644 index 00000000000..16832c229ba --- /dev/null +++ b/.gitlab/issue_templates/bug_report.md @@ -0,0 +1,24 @@ +## Expected Behavior +<!--- If you're describing a bug, tell us what should happen --> +<!--- If you're suggesting a change/improvement, tell us how it should work --> + +## Current Behavior +<!-- If describing a bug, tell us what happens instead of the expected behavior. Provide a Screenshots if possible. --> +<!-- If suggesting a change/improvement, explain the difference from current behavior --> + +## Possible Solution +<!-- Not obligatory, but suggest a fix/reason for the bug, --> +<!-- or ideas how to implement the addition or change --> + +## Steps to Reproduce (for bugs) +<!-- Provide a an unambiguous set of steps to reproduce this bug. --> +1. +2. +3. +4. + +## Additional information +<!-- Release ID and commit can be found on the starting splash screen or the options page. --> +* Release ID: +* Commit: (if available) +* Save file -- GitLab