Update PR Template based on #30574 postmortem (#30957)

This commit is contained in:
Jordan Montgomery
2025-07-16 13:24:57 -06:00
committed by GitHub
parent 363411b82d
commit df924f13b3
+1
View File
@@ -21,6 +21,7 @@ If some of the following don't apply, delete the relevant line.
- [ ] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`).
- [ ] Added/updated automated tests
- [ ] Where appropriate, automated tests simulate multiple hosts and test for host isolation (updates to one hosts's records do not affect another.)
- [ ] Manual QA for all new/changed functionality
- For Orbit and Fleet Desktop changes:
- [ ] Make sure fleetd is compatible with the latest released version of Fleet (see [Must rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md)).