From f02ebe165084d7e39aea918a14ca0e4c7e58fe5e Mon Sep 17 00:00:00 2001 From: Michael Comella <759372+mcomella@users.noreply.github.com> Date: Thu, 28 Oct 2021 15:34:32 -0700 Subject: [PATCH] No issue: change label in perf issue template to `performance` I recently changed the label from `eng:performance` to `performance` so this template also has to be updated. --- .github/ISSUE_TEMPLATE/---performance-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/---performance-issue.md b/.github/ISSUE_TEMPLATE/---performance-issue.md index 5412b9998..11f342660 100644 --- a/.github/ISSUE_TEMPLATE/---performance-issue.md +++ b/.github/ISSUE_TEMPLATE/---performance-issue.md @@ -2,7 +2,7 @@ name: "⌛ Performance issue" about: Create a performance issue if the app is slow or it uses too much memory, disk space, battery, or network data title: "" -labels: "eng:performance" +labels: "performance" assignees: '' ---