]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add bug template
authorRalf Habacker <ralf.habacker@freenet.de>
Thu, 10 Mar 2022 12:06:42 +0000 (13:06 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 18 Mar 2022 07:36:35 +0000 (08:36 +0100)
.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..6efc823
--- /dev/null
@@ -0,0 +1,17 @@
+## To reproduce
+
+Steps to reproduce the behavior:
+1. ...
+2. ...
+
+## Expected result
+
+A clear and concise description of what you expected to happen.
+
+## Actual result
+
+A clear and concise description of what the bug is.
+
+## Additional context
+
+Add any other context about the problem here.