From f48dbe5a7bd8d405849c5314ef2230784d322f49 Mon Sep 17 00:00:00 2001 From: pzhu-flexiv <34045850+pzhu-flexiv@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:07:25 -0700 Subject: [PATCH] Change default assignee of issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.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 98e65c5..3e618b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,7 @@ about: Report a bug to help us improve title: "[BUG] " type: Bug labels: bug -assignees: pzhu-flexiv +assignees: bsoe-flexiv --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 78fdfb0..dac2d5a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,7 @@ about: Suggest a new feature title: "[FEATURE] " type: Feature labels: enhancement -assignees: pzhu-flexiv +assignees: bsoe-flexiv --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index ba271ef..7a0c332 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -4,7 +4,7 @@ about: Ask a question related to Sim Plugin title: "[QUESTION] " type: Question labels: help wanted -assignees: pzhu-flexiv +assignees: bsoe-flexiv ---