From 686f1ac1e1f1beb33d37a9e75671cc818ea86789 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Sun, 14 Sep 2025 20:44:24 +0000 Subject: [PATCH] Add default issue template --- .gitlab/issue_templates/Default.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitlab/issue_templates/Default.md diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 000000000..a32399696 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,19 @@ +# What version of Ring Racers are you playing? + +(Replace this text with the version number. You can see this on the title screen at the bottom-left corner.) + +# What is the fastest way to trigger the bug? + +(Bugs that can't be reproduced are extremely hard to fix. If you can't make it happen on demand, try and describe the circumstances where it triggers.) + +# What is the bugged behavior? + +(Describe what happens when you encounter the bug.) + +# What do you expect to happen instead? + +(Describe what should be happening instead of the bugged behavior.) + +# Logs, videos, or screenshots that showcase the issue + +(For crash bugs, look for an .RPT file, or your `latest-log.txt`. You can drag it directly into this window.) \ No newline at end of file