From 2fead89aeb95080bb98845563176d05e2def7046 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Tue, 21 Mar 2023 01:39:41 -0500 Subject: [PATCH] full fledged fleeties and other flun flacts (#10626) # Checklist for submitter 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 API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] 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 - [ ] 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)). --- handbook/business-operations/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/handbook/business-operations/README.md b/handbook/business-operations/README.md index fe04266c9a..ddbbc9e66f 100644 --- a/handbook/business-operations/README.md +++ b/handbook/business-operations/README.md @@ -371,7 +371,10 @@ Then hit send! After all of the signatures are there, the completed document wi ### Creating a new position -Every new position being created goes through this process before interviewing, accepting applicants, or extending offers. + +Use this process to create a new position before interviewing, recruiting, or extending offers. + +Any position created this way is considered a position on the core team, which means it is filled by a [fleetie, not a consultant](https://fleetdm.com/handbook/business-operations#who-isnt-a-consultant). > If you think this job posting may need to stay temporarily classified (¶¶) and not shared company-wide or publicly yet, for any reason, then stop here and send a Slack DM with your proposal to the CEO instead of modifying "🧑‍🚀 Fleeties" (which is visible company-wide) or submitting a draft pull request to "Open positions" (which is public).