diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 02c1fec647..2395b2cf4c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: bug -assignees: kilchenmann, flavens +assignees: kilchenmann --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 85254ffd34..fc17b0f32b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: kilchenmann, flavens +assignees: kilchenmann --- diff --git a/.github/ISSUE_TEMPLATE/testing-bug.md b/.github/ISSUE_TEMPLATE/testing-bug.md index cb082ca767..c8c902d8db 100644 --- a/.github/ISSUE_TEMPLATE/testing-bug.md +++ b/.github/ISSUE_TEMPLATE/testing-bug.md @@ -3,7 +3,7 @@ name: Testing bug about: Create a bug report detected during user tests title: '' labels: bug, user-testing -assignees: kilchenmann, flavens +assignees: kilchenmann ---