From c1c5359e654264f93e3209d8f6f157a8cb62db50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 16 Jan 2024 20:05:39 +0100 Subject: [PATCH 1/2] Update issue templates (#127) --- .github/ISSUE_TEMPLATE/bug_template.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md index be3ae51b237ee..68b901cf8888e 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.md +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -2,7 +2,7 @@ name: πŸ› Bug report about: Create a report to help us improve title: "[BUG]" -labels: 'bug, untriaged' +labels: ["type/bug", "level/task"] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 53b3614a34342..156e627041b39 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: πŸŽ† Feature request about: Suggest an idea for this project title: '' -labels: 'enhancement, untriaged' +labels: ["type/enhancement", "level/task"] assignees: '' --- From 8b4546ef40db7430b8b9b6296daf8f740f18d8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 16 Jan 2024 20:05:58 +0100 Subject: [PATCH 2/2] Update CODEOWNERS (#126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álex Ruiz --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 122d2cde47ad0..fbc238be3520e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @AlexRuiz7 @gdiazlo +* @wazuh/indexer