From 124c17aadc2f459e35421dd4eed04d26c49c337a Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Thu, 4 Jan 2024 14:30:11 +1300 Subject: [PATCH] Add default issue template --- .gitlab/issue_templates/default.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 00000000..70ddcf78 --- /dev/null +++ b/.gitlab/issue_templates/default.md @@ -0,0 +1,24 @@ +## Issue description + +(Summarize the bug encountered) + +## Steps to reproduce + +(How can the issue be reproduced) + +## What is the current bug behavior? + +(What actually happens) + +## What is the expected correct behavior? + +(What you should see instead) + +## Relevant logs and/or screenshots + +(run `journalctl -b -u supergfxd > ~/supergfxd.log` and attach `~/supergfxd.log`) + +(Paste any relevant logs - use code blocks (```) to format console output, logs, and code, as +it's very hard to read otherwise.) + +/label ~bug ~reproducable ~needs-investigation