diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml index c330c9c..9a3edf3 100644 --- a/.gitea/ISSUE_TEMPLATE/config.yaml +++ b/.gitea/ISSUE_TEMPLATE/config.yaml @@ -6,9 +6,9 @@ contact_links: templates: - name: Feature about: Neues Feature für die App 2 - labels: ["bug"] # Labels, die automatisch gesetzt werden + labels: ['Task/Feature'] # Labels, die automatisch gesetzt werden file: .gitea/ISSUE_TEMPLATE/feature.yaml - name: Bug about: Neues Feature für die App 2 - labels: ["Task/Bug"] # Labels, die automatisch gesetzt werden + labels: ['Task/Bug'] # Labels, die automatisch gesetzt werden file: .gitea/ISSUE_TEMPLATE/bug.yaml \ No newline at end of file