fleet/handbook
Nathanael Holliday 5d51b6c06e
Update sales.rituals.yml (#24296)
Edits correspond to these handbook edits: 
https://github.com/fleetdm/fleet/pull/24295

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [ ] 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
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [ ] Manual QA for all new/changed functionality
- For Orbit and Fleet Desktop changes:
- [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit
feature/bugfix should only apply to one platform (`runtime.GOOS`).
- [ ] 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: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2024-12-13 01:43:26 -06:00
..
company Update testimonials.yml (#23993) 2024-12-12 17:09:10 -08:00
customer-success Revamp Why Fleet (#23962) 2024-11-19 16:32:47 -06:00
demand Update README.md (#24142) 2024-11-28 01:00:23 -06:00
digital-experience Update responsibility (#24276) 2024-12-02 12:30:58 -06:00
engineering Reorganize our it-and-security directory (#24278) 2024-12-09 13:42:47 -06:00
finance chore: fix typo (#24323) 2024-12-03 15:22:09 -06:00
product-design Update :improve design system label & truncate paragraph (#24466) 2024-12-06 18:05:26 -06:00
sales Update sales.rituals.yml (#24296) 2024-12-13 01:43:26 -06:00
README.md DRIs (#17614) 2024-03-14 10:24:53 -05:00

Welcome to Fleet

Introduction

The Fleet handbook is the living source of truth for how we run the company. This handbook is open to the world and feedback and contributions are welcome from everyone. Feel free to click "Edit this page" to suggest an improvement anywhere you see fit. (The right reviewer will be automatically notified, and will reply to you promptly. Your change will go live on the website ≈10 minutes after it is merged.)