From 14be6a0fc891b4e84fc0b5fcf91d69bdf4f4104d Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Mon, 11 Mar 2024 18:00:24 -0300 Subject: [PATCH] remove note about updating manage page in PR template (#17544) Per https://github.com/fleetdm/fleet/pull/17500 this page will be updated as part of the design process. --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8ddd9b8ae..feb3159ed 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,6 @@ If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. -- [ ] Documented any permissions changes (docs/Using Fleet/manage-access.md) - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests