.gitea/pull_request_template.yaml hinzugefügt
This commit is contained in:
50
.gitea/pull_request_template.yaml
Normal file
50
.gitea/pull_request_template.yaml
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
name: Pull Request
|
||||||
|
about: Vorlage für Pull Requests
|
||||||
|
title: "[Name des Issues]"
|
||||||
|
labels: []
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: related_issue
|
||||||
|
attributes:
|
||||||
|
label: Zugehörige Issue(s)
|
||||||
|
description: Verknüpfe die relevanten Issues
|
||||||
|
placeholder: "Closes #123"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Beschreibung
|
||||||
|
description: >
|
||||||
|
Eine klare und prägnante Übersicht über die vorgenommenen Änderungen.
|
||||||
|
Erläutere nicht nur was gemacht wurde, sondern auch warum.
|
||||||
|
placeholder: |
|
||||||
|
Was wurde geändert?
|
||||||
|
Warum war diese Änderung notwendig?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: changes
|
||||||
|
attributes:
|
||||||
|
label: Änderungen
|
||||||
|
description: Wähle alle zutreffenden Punkte aus
|
||||||
|
options:
|
||||||
|
- label: Neue Funktion X hinzugefügt
|
||||||
|
- label: Bug in Komponente Y behoben
|
||||||
|
- label: Modul Z für bessere Leistung refactored
|
||||||
|
- label: Dependencies aktualisiert
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional_notes
|
||||||
|
attributes:
|
||||||
|
label: Zusätzliche Anmerkungen
|
||||||
|
description: >
|
||||||
|
Gibt es zusätzlichen Kontext, Einschränkungen oder Informationen,
|
||||||
|
die Reviewer wissen sollten?
|
||||||
|
placeholder: |
|
||||||
|
- Bekannte Einschränkungen
|
||||||
|
- Offene TODOs
|
||||||
|
- Hinweise für Reviewer
|
||||||
Reference in New Issue
Block a user