From 6ca6a79dc34b7a0d7fe1ed207ed93349a9b0f992 Mon Sep 17 00:00:00 2001 From: Timon Ostertun <43936761+ostertun@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:59:12 +0200 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/-de--feature-anfrage.md | 20 ++++++++++ .github/ISSUE_TEMPLATE/-de--fehlerbericht.md | 38 +++++++++++++++++++ .github/ISSUE_TEMPLATE/-en--bug-report.md | 38 +++++++++++++++++++ .../ISSUE_TEMPLATE/-en--feature-request.md | 20 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 5 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/-de--feature-anfrage.md create mode 100644 .github/ISSUE_TEMPLATE/-de--fehlerbericht.md create mode 100644 .github/ISSUE_TEMPLATE/-en--bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/-en--feature-request.md diff --git a/.github/ISSUE_TEMPLATE/-de--feature-anfrage.md b/.github/ISSUE_TEMPLATE/-de--feature-anfrage.md new file mode 100644 index 0000000..bc7f499 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-de--feature-anfrage.md @@ -0,0 +1,20 @@ +--- +name: "[DE] Feature-Anfrage" +about: Schlage eine Idee für dieses Projekt vor +title: '' +labels: enhancement +assignees: '' + +--- + +**Bezieht sich Deine Feature-Anfrage auf ein Problem? Bitte beschreiben.** +Eine klare und präzise Beschreibung des Problems. Z.B. Ich bin immer frustriert, wenn [...] + +**Beschreibe die gewünschte Lösung** +Eine klare und präzise Beschreibung dessen, was passieren soll. + +**Beschreibe Alternativen, die Du in Betracht gezogen hast** +Eine klare und präzise Beschreibung aller alternativen Lösungen oder Funktionen, die Du in Betracht gezogen hast. + +**Zusätzlicher Kontext** +Füge hier weitere Kontexte oder Screenshots zur Feature-Anfrage hinzu. diff --git a/.github/ISSUE_TEMPLATE/-de--fehlerbericht.md b/.github/ISSUE_TEMPLATE/-de--fehlerbericht.md new file mode 100644 index 0000000..cc0c162 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-de--fehlerbericht.md @@ -0,0 +1,38 @@ +--- +name: "[DE] Fehlerbericht" +about: Erstelle einen Bericht, um uns zu helfen, die App zu verbessern +title: '' +labels: bug +assignees: '' + +--- + +**Beschreibe den Fehler** +Eine klare und präzise Beschreibung des Fehlers. + +**Reproduzierung** +Schritte zum Reproduzieren des Fehlers: +1. Gehe zu '...' +2. Klicke auf '....' +3. Scrolle nach unten zu '....' +4. Sieh den Fehler + +**Erwartetes Verhalten** +Eine klare und präzise Beschreibung dessen, was Du erwartet hattest. + +**Screenshots** +Füge gegebenenfalls Screenshots hinzu, um Dein Problem zu erklären. + +**Desktop (bitte verfolständige die folgenden Informationen):** + - Betriebssystem: [z.B. Windows 10] + - Browser [z.B. chrome, safari] + - Version [z.B. 2.14] + +**Smartphone (bitte verfolständige die folgenden Informationen):** + - Gerät: [z.B. iPhone 6] + - Betriebssystem: [z.B. iOS 8.1] + - Browser [z.B. stock browser, safari] + - Version [z.B. 2.14] + +**Zusätzlicher Kontext** +Füge hier einen anderen Kontext zum Problem hinzu. diff --git a/.github/ISSUE_TEMPLATE/-en--bug-report.md b/.github/ISSUE_TEMPLATE/-en--bug-report.md new file mode 100644 index 0000000..9f28316 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-en--bug-report.md @@ -0,0 +1,38 @@ +--- +name: "[EN] 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: +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. Windows 10] + - Browser [e.g. chrome, safari] + - Version [e.g. 2.14] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone 6] + - OS: [e.g. iOS 8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 2.14] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/-en--feature-request.md b/.github/ISSUE_TEMPLATE/-en--feature-request.md new file mode 100644 index 0000000..1c578c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-en--feature-request.md @@ -0,0 +1,20 @@ +--- +name: "[EN] Feature request" +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..11fc491 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: enhancement assignees: '' ---