Files
alan/.gitea/ISSUE_TEMPLATE/feature_request.yaml

25 lines
619 B
YAML

name: Feature Request
description: Erweiterung fuer Betrieb, Doku oder Workflow vorschlagen
title: "feat: "
labels:
- enhancement
body:
- type: textarea
id: problem
attributes:
label: Welches Problem loest die Aenderung?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Vorschlag
description: Beschreibe den gewuenschten Zielzustand
validations:
required: true
- type: textarea
id: impact
attributes:
label: Betriebswirkung
description: Hat die Aenderung Folgen fuer Update, Backup, Ports, Netze oder `.env`?