From e5f6b11fa09aaaf0165ce8b5593bb9957f9c6335 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 16 Mar 2023 22:28:12 -0500 Subject: [PATCH] ADd recommendations for the fleeties (#10556) # 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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/handbook/business-operations/README.md b/handbook/business-operations/README.md index 78a1411c9a..afe96252f3 100644 --- a/handbook/business-operations/README.md +++ b/handbook/business-operations/README.md @@ -125,6 +125,20 @@ The [CEO handbook](./ceo-handbook.md) details processes specific to Mike McNeil, ## Team member onboarding +### Before the start date + +Fleet is open source and anyone can contribute at any time. Before a core team member's start date, they are welcome to contribute, but not expected to. + +### Recommendations for new teammates +Welcome to Fleet! + +1. Understand the company +2. Take the time to get trained +3. Get comfortable with the tools +4. Immerse yourself in the world of device management and cybersecurity. + +> Please see Fleet's ["🥽 Recommendations for new teammates"](https://docs.google.com/document/d/1xcnqKB9HHPd94POnZ_7LATiy_VjO2kJdbYx0SAgKVao/edit#). + ### Training It's [important](https://fleetdm.com/handbook/company/why-this-way#why-the-emphasis-on-training) that every team member at Fleet takes the time to get fully trained and onboarded. When a new team member joins Fleet, we create an onboarding issue for them in the [fleetdm/confidential](https://github.com/fleetdm/confidential) repo using this [issue template](https://github.com/fleetdm/confidential/blob/main/.github/ISSUE_TEMPLATE/onboarding.md).