From 2290b04fa7b538b8110be2ece6c5d0979c614e0d Mon Sep 17 00:00:00 2001 From: Kevin James Date: Fri, 26 Apr 2024 19:00:56 +0100 Subject: [PATCH] chore(repo): fixup assignees in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2dda18d7..16028a5c 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 about a potential bug in the project title: '' labels: bug, in-review -assignees: '@TheKevJames' +assignees: TheKevJames --- **Describe the Bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cc210453..25e54a94 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: feature, in-review -assignees: '@TheKevJames' +assignees: TheKevJames --- **Is your feature request related to a problem? Please describe.**