From: Ralf Habacker Date: Thu, 10 Mar 2022 12:06:42 +0000 (+0100) Subject: Add bug template X-Git-Tag: dbus-1.15.0~91^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0bc8462f975bf7927613a7e9f8b17f1622d015;p=thirdparty%2Fdbus.git Add bug template --- diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..6efc82328 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -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.