Added new yaml issue templates
This commit is contained in:
@@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Erstelle eine Meldung für etwas, das nicht Funktioniert, wie es soll.
|
|
||||||
title: ''
|
|
||||||
labels: 'Task/Bug'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Bug Report
|
|
||||||
|
|
||||||
## Beschreibung
|
|
||||||
[Eine klare und prägnante Beschreibung des Bugs]
|
|
||||||
|
|
||||||
## Schritte zur Reproduktion
|
|
||||||
1. Schritt 1
|
|
||||||
2. Schritt 2
|
|
||||||
3. ...
|
|
||||||
|
|
||||||
## Erwartetes Verhalten
|
|
||||||
[Was hätte passieren sollen]
|
|
||||||
|
|
||||||
## Tatsächliches Verhalten
|
|
||||||
[Was tatsächlich passiert ist]
|
|
||||||
|
|
||||||
## Screenshots/Protokolle
|
|
||||||
[Falls zutreffend, füge Screenshots, Error Logs oder Stack Traces hinzu]
|
|
||||||
|
|
||||||
## Umgebung
|
|
||||||
- Plattform: Android, iOS, Web
|
|
||||||
- OS: [z. B. iOS 18.5, Android 14]
|
|
||||||
- Flutter Version: [z.B. 3.35.6]
|
|
||||||
|
|
||||||
## Verwandte Issues
|
|
||||||
[Verweisen Sie auf ähnliche Issues oder PRs]
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
name: Enhancement
|
|
||||||
about: Enhancements for current features
|
|
||||||
title: ''
|
|
||||||
labels: 'Task\Enhancement'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Enhancement
|
|
||||||
|
|
||||||
## Aktuelles Verhalten
|
|
||||||
[Beschreibe die bestehende Funktionalität]
|
|
||||||
|
|
||||||
## Einschränkungen/Probleme
|
|
||||||
[Was sind die aktuellen Mängel?]
|
|
||||||
|
|
||||||
## Vorgeschlagene Verbesserung
|
|
||||||
[Wie kann das Problem bzw. die Einschränkung verbessert werden?]
|
|
||||||
|
|
||||||
## Zugehörige Issues
|
|
||||||
[Links zu verwandten oder blockierenden Issues]
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature
|
|
||||||
about: Neues Feature für die App
|
|
||||||
title: ''
|
|
||||||
labels: 'Task\Feature'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Feature
|
|
||||||
|
|
||||||
## Beschreibung
|
|
||||||
[Ausführliche Erläuterung der vorgeschlagenen Funktion]
|
|
||||||
|
|
||||||
## Vorgeschlagene Lösung
|
|
||||||
[Beschreibe, wie die Feature funktionieren soll]
|
|
||||||
|
|
||||||
## Zugehörige Issues
|
|
||||||
[Links zu verwandten oder blockierenden Issues]
|
|
||||||
36
.gitea/ISSUE_TEMPLATE/enhancement.yaml
Normal file
36
.gitea/ISSUE_TEMPLATE/enhancement.yaml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
name: Enhancement
|
||||||
|
about: Erstelle ein Enhancement-Ticket
|
||||||
|
labels: 'Task/Enhancement'
|
||||||
|
title: ''
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Aktuelles Verhalten
|
||||||
|
description: Beschreibe, wie die Funktionalität aktuell gestaltet ist
|
||||||
|
placeholder: |
|
||||||
|
- Aktuell macht Button X folgendes ...
|
||||||
|
- Das Problem ist, dass ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: Vorgeschlagene Verbesserung
|
||||||
|
description: Beschreibe, wie das Problem bzw. die Einschränkung verbessert werden kann
|
||||||
|
placeholder: |
|
||||||
|
- Button X ändern, sodass ...
|
||||||
|
- Funktion X so erweitern, dass ...
|
||||||
|
- Design anpassen, sodass ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Zugehörige Issues
|
||||||
|
description: Links zu verwandten oder blockierenden Issues
|
||||||
|
placeholder: |
|
||||||
|
- Knüpft an Issue #35 an
|
||||||
|
- Ersetzt Issue #12
|
||||||
|
- Brauch Implementierung von #43
|
||||||
53
.gitea/issue_template/bug.yaml
Normal file
53
.gitea/issue_template/bug.yaml
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
name: Bug Report
|
||||||
|
about: Erstelle eine Bug Report
|
||||||
|
labels: 'Task/Bug'
|
||||||
|
title: ''
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Beschreibung
|
||||||
|
description: Beschreibe klar und pregnant das Fehlerverhalten
|
||||||
|
placeholder: |
|
||||||
|
- Welchen Zweck erfüllt das Feature?
|
||||||
|
- Welches Problem löst das Feature?
|
||||||
|
- Wer profitiert davon?
|
||||||
|
- Warum ist es wichtig?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reproduce
|
||||||
|
attributes:
|
||||||
|
label: Schritte zur Reproduktion
|
||||||
|
description: Beschreibe, wie der Fehler reproduziert werden kann
|
||||||
|
placeholder: |
|
||||||
|
- 1. Schritt 1
|
||||||
|
- 2. Schritt 2
|
||||||
|
- 3. ...
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: enviroment
|
||||||
|
attributes:
|
||||||
|
label: Umgebung
|
||||||
|
description: Gebe an, auf welchen Platformen dieser Fehler auftritt
|
||||||
|
list: false
|
||||||
|
multiple: true
|
||||||
|
options: ['Android', 'iOS', 'Web']
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: bahaviour
|
||||||
|
attributes:
|
||||||
|
label: Unerwünschtes Verhalten
|
||||||
|
description: Beschreibe, was passiert ist, obwohl es nicht passieren sollte
|
||||||
|
placeholder: Bei Verhalten X tritt folgendes Verhalten auf ...
|
||||||
|
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Verwandte Issues
|
||||||
|
description: Verweise auf ähnliche Issues oder PRs
|
||||||
|
placeholder: |
|
||||||
|
- Knüpft an Issue #35 an
|
||||||
|
- Ersetzt Issue #12
|
||||||
|
- Brauch Implementierung von #43
|
||||||
36
.gitea/issue_template/feature.yaml
Normal file
36
.gitea/issue_template/feature.yaml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
name: Feature
|
||||||
|
about: Erstelle ein Feature-Ticket
|
||||||
|
labels: 'Task/Feature'
|
||||||
|
title: ''
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Beschreibung
|
||||||
|
description: Ausführliche Erläuterung der vorgeschlagenen Funktion
|
||||||
|
placeholder: |
|
||||||
|
- Welchen Zweck erfüllt das Feature?
|
||||||
|
- Welches Problem löst das Feature?
|
||||||
|
- Wer profitiert davon?
|
||||||
|
- Warum ist es wichtig?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: Vorgeschlagene Lösung
|
||||||
|
description: Beschreibe, wie das Feature funktionieren soll
|
||||||
|
placeholder: |
|
||||||
|
- Neues Widget, das folgendermaßen aussieht ...
|
||||||
|
- Neue Ansicht, die folgende Inhalte hat
|
||||||
|
- Neue Funktionsweise von Komponente XY
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Zugehörige Issues
|
||||||
|
description: Links zu verwandten oder blockierenden Issues
|
||||||
|
placeholder: |
|
||||||
|
- Knüpft an Issue #35 an
|
||||||
|
- Ersetzt Issue #12
|
||||||
|
- Brauch Implementierung von #43
|
||||||
Reference in New Issue
Block a user