Change from "created via performance template" to "from: performance template" (#130035)

This more closely matches our other conventions.
This commit is contained in:
Ian Hickson 2023-07-05 15:34:49 -07:00 committed by GitHub
parent e1702a96f6
commit f37a4d05a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: ''
---

View File

@ -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: ''
---