From 335dc1460fc91322202b9bc06f01d98704a6814e Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Fri, 24 Jan 2025 16:17:01 +0200 Subject: [PATCH] Add issue assingees --- .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: