From c09a30d11ee1f02924c1af9cf594c426193793d5 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 6 Oct 2022 08:16:18 -0300 Subject: [PATCH] Add Orbit testing to `pull_request_template.md` (#7896) * Add Orbit testing to pull_request_template.md * Address PR comment --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b77f42ec0..83b5f5324 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,3 +9,6 @@ If some of the following don't apply, delete the relevant line. - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] Manual QA for all new/changed functionality + - For Orbit and Fleet Desktop changes: + - [ ] 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)).