From bac68069e070ad6cc03225a9ea484b600e866a2f Mon Sep 17 00:00:00 2001 From: David Harris Date: Tue, 13 Aug 2024 09:57:51 +0100 Subject: [PATCH] chore: update issue template codeowners (#90925) Adds myself as an additional codeowner for issue templates given the current reliance on ordering for links to request a new plugin from Grafana. This may be a temporary solution prior to being able to raise the requests natively within Grafana. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a14dacb4487..caf8cb2ac84 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -665,7 +665,7 @@ embed.go @grafana/grafana-as-code # GitHub Workflows and Templates /.github/CODEOWNERS @tolzhabayev -/.github/ISSUE_TEMPLATE/ @torkelo +/.github/ISSUE_TEMPLATE/ @torkelo @sympatheticmoose /.github/PULL_REQUEST_TEMPLATE.md @torkelo /.github/bot.md @torkelo /.github/commands.json @torkelo