From 6d510c7cc511d1d8e11d04bc70d9395846927ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Tue, 26 Oct 2021 14:19:29 +0200 Subject: [PATCH] chore(gh): update issue templates (#562) * chore(gh): update bug report template * chore(gh): update feature request template * chore(gh): update testing bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/testing-bug.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ---