diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml index 119fcbd..c330c9c 100644 --- a/.gitea/ISSUE_TEMPLATE/config.yaml +++ b/.gitea/ISSUE_TEMPLATE/config.yaml @@ -3,3 +3,12 @@ contact_links: - name: Liquid Development url: https://liquid-dev.de about: Visit the Liquid Website +templates: + - name: Feature + about: Neues Feature für die App 2 + labels: ["bug"] # 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 + file: .gitea/ISSUE_TEMPLATE/bug.yaml \ No newline at end of file