From 23bffce944d6fe976eb4adcbcbc869a5677d617a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 21 Sep 2023 08:53:59 -0500 Subject: [PATCH] Update ceo.md (#14041) # 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 (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 - [ ] 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/ceo.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/handbook/ceo.md b/handbook/ceo.md index b5149a6e9b..54d7bd8b0d 100644 --- a/handbook/ceo.md +++ b/handbook/ceo.md @@ -73,10 +73,9 @@ Openness is one of [Fleet's values](https://fleetdm.com/handbook/company#values) - I can speak quickly. It is ok to say “Whoa, hold on a second. Let me take some notes.” - I can be quick to criticize, especially if something looks almost done. It is ok to ask “What do you see?” If helpful, you can add “What are three bright spots?” - I can hurry to decisions when I think something is time sensitive or nearly ready to ship. It is ok to say “I’m looking for early feedback.” It is ok to say “I’m not yet 70% sure I’m 100% done with this." +- I can be inconsistent about how much certainty I communicate in my voice, even when I am certain, because I don't always remember why I am certain about every topic, and I tend to question blind certainty. It is okay to stop and share what you observe: "You seem less sure about this. What's up?" + -