mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add stub section to business operations handbook page (#10460)
# 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)). --------- Co-authored-by: Nathanael Holliday <100959072+hollidayn@users.noreply.github.com> Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
166ed7281e
commit
4cfca00edc
2 changed files with 7 additions and 8 deletions
|
|
@ -122,12 +122,6 @@ Fleet's founders [evaluate and update compensation decisions yearly](#workiversa
|
|||
The [CEO handbook](./ceo-handbook.md) details processes specific to Mike McNeil, CEO of Fleet.
|
||||
|
||||
|
||||
## Open positions
|
||||
|
||||
Please see [handbook/company#open-positions](https://fleetdm.com/handbook/company#open-positions) for a list of open job postings at Fleet.
|
||||
|
||||
> Interested in joining the team at Fleet, or know someone who might be? The [company handbook page](https://fleetdm.com/handbook/company) is a short read with more information about the company, including our vision, values, and history.
|
||||
|
||||
|
||||
## Team member onboarding
|
||||
|
||||
|
|
@ -680,6 +674,13 @@ These groups maintain the following [Slack channels](https://fleetdm.com/handboo
|
|||
| `#g-people` _(¶¶)_ | Mike McNeil
|
||||
| `#help-open-core-ventures` _(¶¶)_ | Mike McNeil
|
||||
|
||||
#### Stubs
|
||||
The following stubs are included only to make links backward compatible.
|
||||
|
||||
|
||||
##### Open positions
|
||||
|
||||
Please see [handbook/company#open-positions](https://fleetdm.com/handbook/company#open-positions) for a list of open job postings at Fleet.
|
||||
|
||||
<meta name="maintainedBy" value="mikermcneil">
|
||||
<meta name="title" value="🔦 Business Operations">
|
||||
|
|
|
|||
|
|
@ -137,8 +137,6 @@ The following Slack channels are maintained by Fleet's founders:
|
|||
| `#random` | N/A _(be random)_
|
||||
|
||||
|
||||
|
||||
|
||||
#### Stubs
|
||||
The following stubs are included only to make links backward compatible.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue