From 980116acea9c01d20d6145c76ab9c83c27c4f5d0 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Fri, 24 Jan 2025 17:01:44 +0200 Subject: [PATCH] Add issue assingees (#508) --- .github/ISSUE_TEMPLATE/bug.yml | 5 ++++- .github/ISSUE_TEMPLATE/feature.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 01a210b..1892b4c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,10 @@ name: Bug Report description: File a bug report labels: ["bug"] -assignees: [] +assignees: + - artemgavrilov + - darkfronza + body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index c448249..317fe87 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,10 @@ name: Feature Request description: Suggest an idea for this project labels: ["feature"] -assignees: [] +assignees: + - artemgavrilov + - darkfronza + body: - type: markdown attributes: