From 7929c3bb40ea5feff9a91176b7fa5d2af027fe3c Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 14 Jan 2022 01:33:10 -0600 Subject: [PATCH] Update handbook.md (#3688) --- handbook/handbook.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/handbook/handbook.md b/handbook/handbook.md index 783298e6f8..9b9b7ed744 100644 --- a/handbook/handbook.md +++ b/handbook/handbook.md @@ -21,7 +21,16 @@ Keep headings brief and organize them in a logical order: Try to stay within 3 or 4 heading levels. Complicated documents may use more, but pages with a simpler structure are easier to read. +## Contributing to the handbook +To contribute to a handbook page: +1. Click "Edit this page" +2. Make your changes in the browser. (The language is [markdown](https://github.github.com/gfm/).) +3. Click "Propose changes" +4. Request a reviewer by clicking the gear and picking only one. Choose the reviewer whose face is on the handbook page when you view it on fleetdm.com +5. Click "Create pull request". + +All done!