.gitea/config.yaml aktualisiert

This commit is contained in:
2026-01-11 17:05:00 +00:00
parent 95f6985c62
commit 0b6c1ba881

View File

@@ -7,4 +7,8 @@ templates:
- name: Feature - name: Feature
about: Neues Feature für die App 2 about: Neues Feature für die App 2
labels: ["bug"] # Labels, die automatisch gesetzt werden labels: ["bug"] # Labels, die automatisch gesetzt werden
file: .gitea/ISSUE_TEMPLATE/FEATURE.yaml file: .gitea/ISSUE_TEMPLATE/feature.yaml
- name: Bug
about: Neues Feature für die App 2
labels: ["Task/Bug"] # Labels, die automatisch gesetzt werden
file: .gitea/ISSUE_TEMPLATE/bug.yaml