From c6f1f59f80765259bd7e8c1f2335151b1737579c Mon Sep 17 00:00:00 2001 From: dataprolet Date: Tue, 13 Jun 2023 19:04:53 +0000 Subject: [PATCH] Update question.md --- .gitlab/issue_templates/question.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitlab/issue_templates/question.md b/.gitlab/issue_templates/question.md index 8b13789..1b8a43f 100644 --- a/.gitlab/issue_templates/question.md +++ b/.gitlab/issue_templates/question.md @@ -1 +1,25 @@ +### Before submitting your question: +[Search the repository](https://gitlab.com/search?search=&project_id=34741255), maybe your question has been asked before. + +If your question has not been asked before, please provide the following information. + +## Describe your problem: +What exactly is happening and what are you expecting to happen? +What have you done prior to the problem occurring? +"It doesn't work" usually is not a helpful description of an issue. + +## Hardware description: + - CPU: + - GPU: + - RAM: + +## System information: + - Distro name and Version: e.g., Ubuntu 20.04.1 + - Kernel version: `uname -a` + +## Log files + - Dmesg log (full log) + - Any other log + +/label ~Question