From 59dbdedd23a622aa2e0183e2229c35fcfb7adcb0 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 26 Nov 2020 14:09:46 +0100 Subject: [PATCH] gitlab: Add issue template for reporting a bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When reporting an issue in gitlab, the project can define a template for various scenarios which are meant to guide the users to add the relevant information the project needs to the reported issue. Add a template for a bug report against libvirt. The template adds sections which motivate users to add version information and also link to documentation about fetching logs and such. Note that markdown seems to be the only supported format for now. Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- .gitlab/issue_templates/bug.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..b2d1e46490 --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,24 @@ + + +## Software environment + - Operating system: + - Architecture: + - kernel version: + - libvirt version: + - Hypervisor and version: + +## Description of problem + +## Steps to reproduce +1. +2. +3. + +## Additional information + + + + + +