From 814ceb97e28dfb9e1389d9cd52714a0fd6290fee Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Mon, 24 Aug 2026 14:09:05 +0200 Subject: [PATCH] chore(gitea): remove unused issue templates --- .gitea/ISSUE_TEMPLATE/request.yaml | 21 --------------------- .gitea/ISSUE_TEMPLATE/story.yaml | 21 --------------------- 2 files changed, 42 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/request.yaml delete mode 100644 .gitea/ISSUE_TEMPLATE/story.yaml diff --git a/.gitea/ISSUE_TEMPLATE/request.yaml b/.gitea/ISSUE_TEMPLATE/request.yaml deleted file mode 100644 index ddc81ae..0000000 --- a/.gitea/ISSUE_TEMPLATE/request.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: 📝 Service Request -description: Request a service or support task -title: '📝 [Service Request]: ' -body: - - type: textarea - id: information - attributes: - label: Description - description: Provide all information. - placeholder: 'What happened? What did you expect to happen?' - validations: - required: false - - - type: textarea - id: criteria - attributes: - label: Acceptance Criteria - description: What are the expectations? - placeholder: 'How do you want it implemented? How should it be tested?' - validations: - required: false diff --git a/.gitea/ISSUE_TEMPLATE/story.yaml b/.gitea/ISSUE_TEMPLATE/story.yaml deleted file mode 100644 index 3335fcf..0000000 --- a/.gitea/ISSUE_TEMPLATE/story.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: 👮 Story -description: Describe a user story -title: '👮 [Story]: ' -body: - - type: textarea - id: information - attributes: - label: Description - description: Provide all information. - placeholder: 'What happened? What did you expect to happen?' - validations: - required: false - - - type: textarea - id: criteria - attributes: - label: Acceptance Criteria - description: What are the expectations? - placeholder: 'How do you want it implemented? How should it be tested?' - validations: - required: false