]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gitlab: Add issue template for reporting a bug
authorPeter Krempa <pkrempa@redhat.com>
Thu, 26 Nov 2020 13:09:46 +0000 (14:09 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Dec 2020 08:11:27 +0000 (09:11 +0100)
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 <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab/issue_templates/bug.md [new file with mode: 0644]

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644 (file)
index 0000000..b2d1e46
--- /dev/null
@@ -0,0 +1,24 @@
+<!-- See https://libvirt.org/bugs.html#quality for guidance -->
+
+## Software environment
+ - Operating system:
+ - Architecture:
+ - kernel version:
+ - libvirt version:
+ - Hypervisor and version:
+
+## Description of problem
+
+## Steps to reproduce
+1.
+2.
+3.
+
+## Additional information
+<!-- Attach XML configs, logs, stack traces, etc. Compress the files if necessary -->
+<!-- See https://libvirt.org/kbase/debuglogs.html on how to configure logging -->
+
+
+
+<!-- The line below ensures that proper tags are added to the issue. -- >
+/label ~bug