From aeb630b66c7c89c1d9653b095218638ddaa3e2bc Mon Sep 17 00:00:00 2001 From: AndreasMittag Date: Tue, 31 Mar 2026 18:07:18 +0200 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory to disable local issue types and enable SCORE global issue types Signed-off-by: AndreasMittag --- .github/ISSUE_TEMPLATE/bug_fix.md | 13 ------------- .github/ISSUE_TEMPLATE/bug_report.md | 24 ------------------------ .github/ISSUE_TEMPLATE/improvement.md | 11 ----------- 3 files changed, 48 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_fix.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/improvement.md diff --git a/.github/ISSUE_TEMPLATE/bug_fix.md b/.github/ISSUE_TEMPLATE/bug_fix.md deleted file mode 100644 index 43ba081..0000000 --- a/.github/ISSUE_TEMPLATE/bug_fix.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Bugfix -about: 'Issue to track a bugfix' -title: 'Bugfix: Your bugfix title' -labels: 'codeowner_review' -assignees: '' - ---- - -> [!IMPORTANT] -> Make sure to link this issue with the PR for your bugfix. - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bc9c72f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Create a report for a bug -title: 'Bug: Your bug title' -labels: 'bug' -assignees: '' - ---- - -### Describe the bug: - - -### Steps to reproduce the behavior: -1. -2. - -### Observed behavior: - -### Expected behavior - -### Occurrence: - - -### Attachments / Logs: diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md deleted file mode 100644 index fd2c171..0000000 --- a/.github/ISSUE_TEMPLATE/improvement.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Improvement -about: 'Issue to track a improvement' -title: 'Improvement: Your improvement title' -labels: 'codeowner_review' -assignees: '' - ---- - -> [!IMPORTANT] -> Make sure to link this issue with the PR for your improvement.