From f37a4d05a4c892cb5b2fcf64603d100dd262afc2 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 5 Jul 2023 15:34:49 -0700 Subject: [PATCH] Change from "created via performance template" to "from: performance template" (#130035) This more closely matches our other conventions. --- .github/ISSUE_TEMPLATE/4_performance_others.md | 2 +- .github/ISSUE_TEMPLATE/5_performance_speed.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4_performance_others.md b/.github/ISSUE_TEMPLATE/4_performance_others.md index 8e8b2c0e31..6777d05ce2 100644 --- a/.github/ISSUE_TEMPLATE/4_performance_others.md +++ b/.github/ISSUE_TEMPLATE/4_performance_others.md @@ -2,7 +2,7 @@ name: My app has some non-speed performance issues about: You are writing an application but have discovered that it uses too much memory, too much energy (e.g., CPU/GPU usage is high), or its app size is too large. title: '' -labels: 'created via performance template' +labels: 'from: performance template' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/5_performance_speed.md b/.github/ISSUE_TEMPLATE/5_performance_speed.md index 7887a918ee..0c7054c535 100644 --- a/.github/ISSUE_TEMPLATE/5_performance_speed.md +++ b/.github/ISSUE_TEMPLATE/5_performance_speed.md @@ -3,7 +3,7 @@ name: My app is slow or missing frames about: You are writing an application but have discovered that it is slow, you are not hitting 60Hz, or you are getting jank (missed frames). title: '' -labels: 'created via performance template' +labels: 'from: performance template' assignees: '' ---