From decc0a8456b3325bdb8e670a7b925e36dae60062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Gr=C3=BCtzmacher?= <44983012+lg2de@users.noreply.github.com> Date: Sat, 8 Feb 2020 15:50:10 +0100 Subject: [PATCH] Create bug template --- .../bug-report-problembericht.md | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-problembericht.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-problembericht.md b/.github/ISSUE_TEMPLATE/bug-report-problembericht.md new file mode 100644 index 00000000..5e9f69a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-problembericht.md @@ -0,0 +1,61 @@ +--- +name: Bug report/Problembericht +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Deutsche Version weiter unten. + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**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. iOS] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. + +--- + +**Fehlerbeschreibung** +Bitte füge hier eine klare Beschreibung des Problems/Fehlers ein. +A clear and concise description of what the bug is. + +**Problem nachstellen** +Schritte um das Verhalten nachzustellen: +1. Gehe zu '...' +2. Klicke auf '....' +3. Scrolle bis '....' +4. Der Fehler ist sichtbar. + +**Erwartetes Verhalten** +Eine klare Beschreibung dessen, wie Du das Verhalten erwartest. + +**Bildschirmfotos** +Wenn möglich füge bitte Bildschirmfotos bei, die das Problem zeigen. + +**Umgebung (bitte vervollständige die folgende Liste):** + - Betriebssystem: [z.B. Windows 10 Version 1903] + - Programmversion [z.B. 2.0.1] + +**Zusätzliche Informationen** +Ergänze hier alle sonstigen Informationen, die Du für hilfreich hältst.