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.