From ff330b77ab5e3d4f104131da9c1f5bd8a9eca99c Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sun, 30 Jan 2022 16:26:05 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..81de52c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Linux, Windows] + - Architecture (32 or 64 bit) + - Desktop type / Window Manager (KDE, Xfce, Cinnamon, MATE etc) + - Thunderbird version and arch (Tb xx.xx.x, 32 or 64 bit) + - Run `echo $XDG_SESSION_TYPE` in a terminal and report the results + - Add-on version + - App version + - Install type: github repository build, script installer, OBS repository. + - Used Qt library (default system repository, other OBS repo, self-compiled, Qt online installer) + +**Additional context** +Add any other context about the problem here.