From f3053e2541aca493a5a9d0bef1aa8b67b03c3aa5 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Tue, 21 Mar 2023 01:13:35 -0500 Subject: [PATCH] Better linkable heading (#10624) # 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/business-operations/README.md b/handbook/business-operations/README.md index 92087ea9ab..d6e2b15446 100644 --- a/handbook/business-operations/README.md +++ b/handbook/business-operations/README.md @@ -469,7 +469,7 @@ Here are the steps hiring managers follow to get an offer out to a candidate: -#### Making an offer (CEO only) +#### Making an offer After meeting with the candidate for their final interview, the CEO uses the following steps to make an offer: 1. **Review decision:** The CEO reviews the data and decides whether it still makes sense to make this offer to this person in this role. If not, he lets the manager know. Otherwise, he continues with the offer. 2. **Adjust compensation:** [Re-benchmark salary](https://www.pave.com), adjusting for cost of living where the candidate will do the work.