From 3a7e5fc7fecfeddf56973c67377ff6e63ee46963 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Mon, 14 Apr 2025 15:56:49 +0200 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2f36614..e1cbb69 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners # Order is important; the last matching pattern takes the most precedence. -* @artemgavrilov @darkfronza \ No newline at end of file +* @artemgavrilov @dutow diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1892b4c..858e64b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,7 +3,7 @@ description: File a bug report labels: ["bug"] assignees: - artemgavrilov - - darkfronza + - dutow body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 317fe87..b69452e 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -3,7 +3,7 @@ description: Suggest an idea for this project labels: ["feature"] assignees: - artemgavrilov - - darkfronza + - dutow body: - type: markdown