From 01d38150c8cc6f8fc06f98c4c99635212db2215b Mon Sep 17 00:00:00 2001 From: eashaw Date: Tue, 12 Oct 2021 23:54:48 -0500 Subject: [PATCH] Add first draft of values to Fleet handbook (#2498) * Update company.md * updated h5 styles, add values section --- handbook/README.md | 2 ++ handbook/company.md | 32 +++++++++++++++++++ .../styles/pages/handbook/basic-handbook.less | 6 ++-- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/handbook/README.md b/handbook/README.md index 2567dc2d45..fa84b1882e 100644 --- a/handbook/README.md +++ b/handbook/README.md @@ -8,6 +8,8 @@ The Fleet handbook is the central guide for how we run the company. As part of o [History](./company.md#history) +[Values](./company.md#values) + [Culture](./company.md#culture) ### People diff --git a/handbook/company.md b/handbook/company.md index f9760c1de0..0c8fddb649 100644 --- a/handbook/company.md +++ b/handbook/company.md @@ -18,6 +18,38 @@ When Kolide's attention shifted away from Fleet and towards their separate, user ### 2020: Fleet was incorporated Zach partnered with our CEO, Mike McNeil, to found a new, independent company: Fleet Device Management Inc. In November 2020, we [announced](https://medium.com/fleetdm/a-new-fleet-d4096c7de978) the transition and kicked off the logistics of moving the GitHub repository. +## Values + +### Quickly with craft + +##### Iterate by taking baby steps. + +We try to always make the minimum viable change. Small changes provide faster feedback, and help us to stay focused on quality. + +##### Help each other get all the way done. + +We collaborate and help our teammates to see tasks through to completion. + +##### Focus on fewer tasks at one time. + +By focusing on fewer tasks at once, we are able to get more done, and to a higher standard, while feeling more positive about our work in the process. + +##### Role play as a user. + +When making changes, we put ourselves in the mindset of the end user. We keep in mind how someone might use the product for the first time, or how an existing user might react to a new change. + +##### Reread anything you write for users. + +We check everything that a user might read for clarity, spelling errors, and to make sure that it provides value. + +##### Review and merge PRs daily. + +We value constant iteration and feedback. Reviewing and merging PRs daily keeps our open source community thriving. + +### Patch with care + +Patches improve security, usability, and performance. We may cut a patch release if there is a security concern, previously stable features are unusable, or if a new feature advertised in the current release is unusable. + ## Culture diff --git a/website/assets/styles/pages/handbook/basic-handbook.less b/website/assets/styles/pages/handbook/basic-handbook.less index d01e8b35f5..6160b09814 100644 --- a/website/assets/styles/pages/handbook/basic-handbook.less +++ b/website/assets/styles/pages/handbook/basic-handbook.less @@ -187,9 +187,9 @@ margin-bottom: 0px; } h5 { - font-weight: normal; - font-size: 14px; - margin-top: 16px; + font-weight: 700; + font-size: 16px; + padding-top: 16px; margin-bottom: 16px; } a {