From d3280c4ab3be5be8df3088f0a980d65fa64962de Mon Sep 17 00:00:00 2001 From: floatingghost Date: Wed, 7 Dec 2022 22:31:29 +0000 Subject: [PATCH] Add issue template --- ISSUE | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ISSUE diff --git a/ISSUE b/ISSUE new file mode 100644 index 00000000..92947ce1 --- /dev/null +++ b/ISSUE @@ -0,0 +1,25 @@ +--- + +name: "Issue" +about: "Something isn't working as expected" + +--- + +## Your setup + +Frontend version: + [] stable + [] develop + [] custom (please elaborate) + +## What were you trying to do? + +## What did you expect to happen? + +## What actually happened? + +## Relative severity (does this prevent you from using the software as normal?) + +[] High - I cannot use the software +[] Medium - I cannot use it as easily as I'd like +[] Low - I can get by \ No newline at end of file