Skip to content

Commit debda63

Browse files
authored
🚸 improve usability of bug reporting templates (#3171)
1 parent d86f239 commit debda63

File tree

4 files changed

+103
-40
lines changed

4 files changed

+103
-40
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: "🇩🇪 Fehler auf Deutsch melden"
2+
description: "Melde einen Fehler oder ein unerwartetes Verhalten auf Deutsch"
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Beschreibe das Problem
8+
description: Bitte schildere uns verständlich, was nicht funktioniert hat. Füge gerne Screenshots hinzu und achte dabei auf die Anonymisierung persönlicher Daten.
9+
placeholder: |
10+
Beispiel:
11+
"Wenn ich auf 'Login' klicke, erscheint eine Fehlermeldung ...
12+
Ich kann mich nicht anmelden ...
13+
Hier ist ein Screenshot (Daten geschwärzt) ..."
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: steps_to_reproduce
19+
attributes:
20+
label: Was hast du Schritt für Schritt gemacht, bevor der Fehler auftrat?
21+
description: Je genauer die Beschreibung, desto schneller können wir den Fehler nachstellen und beheben.
22+
placeholder: |
23+
1. Webseite geöffnet ...
24+
2. Auf 'Login' geklickt ...
25+
3. ...
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: expected_behavior
31+
attributes:
32+
label: Was hast du erwartet?
33+
description: Wie hätte das System deiner Meinung nach eigentlich reagieren sollen?
34+
placeholder: |
35+
Ich dachte, ich würde nach dem Login zu einer Bestätigungsseite weitergeleitet werden ...
36+
validations:
37+
required: false
38+
39+
- type: textarea
40+
id: browser_logs
41+
attributes:
42+
label: Browser-Konsole oder Fehlermeldungen (optional)
43+
description: Falls du weißt, wie du die Browser-Konsole öffnest, kopiere hier bitte relevante Logs. Andernfalls kannst du dieses Feld leer lassen.
44+
render: bash
45+
46+
- type: textarea
47+
id: additional_info
48+
attributes:
49+
label: Weitere Hinweise oder Informationen? (optional)
50+
description: Falls du schon versucht hast, den Fehler selbst zu beheben (z.B. Browser-Cache leeren), oder andere Anmerkungen hast, schreib sie hier rein.
51+
placeholder: "Ich habe schon versucht, mich ab- und wieder anzumelden ..."
52+
validations:
53+
required: false
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: "🇬🇧 Report an Issue in English"
2+
description: "Report a bug or unexpected behavior in English"
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Describe the problem
8+
description: Please describe clearly what went wrong. Feel free to include screenshots, but make sure to anonymize any personal data.
9+
placeholder: |
10+
Example:
11+
"When I click 'Login,' an error message appears ...
12+
I cannot log in ...
13+
Here is a screenshot (data redacted) ..."
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: steps_to_reproduce
19+
attributes:
20+
label: What steps did you take before the issue occurred?
21+
description: The more detailed the description, the faster we can reproduce and fix the issue.
22+
placeholder: |
23+
1. Opened the website ...
24+
2. Clicked on 'Login' ...
25+
3. ...
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: expected_behavior
31+
attributes:
32+
label: What did you expect to happen?
33+
description: How did you expect the system to behave?
34+
placeholder: |
35+
I expected to be redirected to a confirmation page after logging in ...
36+
validations:
37+
required: false
38+
39+
- type: textarea
40+
id: browser_logs
41+
attributes:
42+
label: Browser console or error messages (optional)
43+
description: If you know how to open the browser console, please copy relevant logs here. Otherwise, you can leave this field empty.
44+
render: bash
45+
46+
- type: textarea
47+
id: additional_info
48+
attributes:
49+
label: Any additional hints or information? (optional)
50+
description: If you’ve tried fixing the issue yoursel

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ contact_links:
66
- name: 🚀 Feature Request
77
url: https://github.com/Traewelling/traewelling/discussions/new?category=ideas-feature-requests
88
about: Please check if your feature request already exists and upvote it
9-

0 commit comments

Comments
 (0)