Update PR template with checklist item regarding potential load test impact of unreleased bug fixes (#26909)

This commit is contained in:
Sarah Gillespie
2025-03-07 12:27:46 -06:00
committed by GitHub
parent 014f10fb46
commit 44a985d06e
+1
View File
@@ -22,3 +22,4 @@ If some of the following don't apply, delete the relevant line.
- [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit feature/bugfix should only apply to one platform (`runtime.GOOS`).
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux.
- [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)).
- [ ] For unreleased bug fixes in a release candidate, confirmed that the fix is not expected to adversely impact load test results or alerted the release DRI if additional load testing is needed.