From 556c69de88c3ac89af2b9288167c1b6216393bf9 Mon Sep 17 00:00:00 2001 From: Songtronix Date: Thu, 14 May 2020 17:32:40 +0200 Subject: [PATCH] add issue template for bugs --- .gitlab/issue_templates/Bug.md | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000..f68fddc822 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,41 @@ + + +### Summary + +(Summarize the bug encountered concisely) + +### Steps to reproduce + +(How one can reproduce the issue - this is very important) + +### Relevant logs and/or screenshots + +
+Logs and/or screenshots of the issue +
+
+(Paste any relevant logs - please use code blocks (```) to format console output,
+logs, and code as it's tough to read otherwise.)
+
+
+
+ +#### System details + +(Include important system details like OS and incase it's a graphical issue the gpu) + +#### Veloren version + +(What version the bug happened e.g. Nightly, Stable 0.X.0, master) + +/label ~ status::needs investigation ~type::bug \ No newline at end of file