From 0127e4e2369163f6c8702b6cedee121f83473516 Mon Sep 17 00:00:00 2001 From: Paul Hutelmyer Date: Mon, 14 Oct 2024 16:33:39 -0400 Subject: [PATCH] Update 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 0de47e28..dc525d0e 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 the project title: "[BUG]" labels: bug -assignees: phutelmyer +assignees: skalupa --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ac3fc0ca..bffb301b 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 enhancement for the project title: "[REQUEST]" labels: enhancement -assignees: phutelmyer +assignees: skalupa ---