mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update community.md (#4414)
* Update community.md Added to "Posting on social media as Fleet" * Update community.md Recorded by line: 34 deleted "to do so" 42 added "," after "drafted" 61 moved "easily" 63 reworded 81 deleted "that is" 86 replaced "in which" with "when" 102 replaced "large" with "significant" 107 replaced "a user" with "users"; added "user interface" for clarity; replaced ", but" with ". Still" 110 removed "()" from "Screenshots can get out of date quickly as UIs change." 113 removed "and beyond"; removed "that" after "make sure" 116 replaced "url" with "URL" 124 added "is" before "written" 126 corrected spelling for "specified" 154 deleted "," after "story" 158 deleted quotes around "think" 167 deleted "," after "(within 1 business day)" 174 replaced "Issue" with "issue" 177 replaced "get" with "make"; replaced "quality" with "content" 178 added "to" after "changes" 179 added "," after "Usually" 180 added "," after "customers)" 182-183 reworded to "After reviewing a PR and addressing all necessary changes any Fleet team member may merge a" 183 reworded to "community it." 184 corrected spelling of "judgment" 185 replaced "Folks" with "Those" 191 replaced "small" with "minor"; corrected "bug fix"; deleted "," after "acceptable" 192 added (SQL) for clarity 193 shifted "the" down; added "are" before "attributed"; corrected spelling of "judgment" 210 replaced "feel" with "Feel" * Update community.md Updating printful link Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
This commit is contained in:
parent
86a9c65064
commit
8d34ffb012
1 changed files with 54 additions and 27 deletions
|
|
@ -17,10 +17,37 @@ Fleet's users and broader audience are spread across many online platforms. Her
|
|||
|
||||
## Posting on social media as Fleet
|
||||
|
||||
Posting to social media should follow a [personable tone](https://fleetdm.com/handbook/brand#communicating-as-fleet) and strive to deliver useful information across our social accounts.
|
||||
|
||||
### Topics:
|
||||
|
||||
- Fleet the product
|
||||
- Internal progress
|
||||
- Highlighting [community contributions](https://fleetdm.com/handbook/community#community-contributions-pull-requests)
|
||||
- Highlighting Fleet and osquery accomplishments
|
||||
- Industry news about osquery
|
||||
- Industry news about device management
|
||||
- Upcoming events, interviews, and podcasts
|
||||
|
||||
### Guidelines:
|
||||
|
||||
In keeping with our tone, only use hashtags inline, and only when it feels natural. If it feels forced, don’t include any.
|
||||
|
||||
Self-promotional tweets are non-ideal tweets. (Same goes for, to varying degrees, Reddit, HN, Quora, StackOverflow, LinkedIn, Slack, and almost anywhere else.) See also https://www.audible.com/pd/The-Impact-Equation-Audiobook/B00AR1VFBU
|
||||
|
||||
Great brands are [magnanimous](https://en.wikipedia.org/wiki/Magnanimity).
|
||||
|
||||
### Scheduling:
|
||||
|
||||
Once a post has been drafted, it needs to be delivered to our three main platforms.
|
||||
|
||||
- [Twitter](https://twitter.com/fleetctl)
|
||||
- [LinkedIn](https://www.linkedin.com/company/fleetdm/)
|
||||
- [Facebook](https://www.facebook.com/fleetdm)
|
||||
|
||||
Log in to [Sprout Social](https://app.sproutsocial.com/publishing/) and use the compose tool to deliver the post to each platform. (credentials in 1Password).
|
||||
|
||||
|
||||
## Promoting blog posts on social media
|
||||
|
||||
Once a blog post has been written, approved, and published, please ensure that it has been promoted on social media. Please refer to our [Publishing as Fleet](https://docs.google.com/document/d/1cmyVgUAqAWKZj1e_Sgt6eY-nNySAYHH3qoEnhQusph0/edit?usp=sharing) guide for more detailed information.
|
||||
|
|
@ -31,9 +58,9 @@ Once a blog post has been written, approved, and published, please ensure that i
|
|||
|
||||
#### Headings
|
||||
|
||||
Headings help readers scan content to easily find what they need. Organize page content using clear headings, specific to the topic they describe.
|
||||
Headings help readers easily scan content to find what they need. Organize page content using clear headings, specific to the topic they describe.
|
||||
|
||||
Keep headings brief and organize them in a logical order:
|
||||
Keep headings brief, organized, and in a logical order:
|
||||
|
||||
* H1: Page title
|
||||
* H2: Main headings
|
||||
|
|
@ -51,7 +78,7 @@ This is why it’s essential to follow the file path exactly when adding a link
|
|||
When directly linking to a specific section within a page in the Fleet documentation, always format the spaces within a section name to use a hyphen "-" instead of an underscore "_". For example, when linking to the `osquery_result_log_plugin` section of the configuration reference docs, use a relative link like the following: `./Configuration.md#osquery-result-log-plugin`.
|
||||
|
||||
### Linking to a location on GitHub
|
||||
When adding a link to a location on GitHub that is outside of `/docs`, be sure to use the canonical form of the URL.
|
||||
When adding a link to a location on GitHub outside of `/docs`, be sure to use the canonical form of the URL.
|
||||
|
||||
To do this, navigate to the file's location on GitHub, and press "y" to transform the URL into its canonical form.
|
||||
|
||||
|
|
@ -72,21 +99,21 @@ If the link lives outside `/docs`, head to the file's location on GitHub (in thi
|
|||
The order we display documentation pages on fleetdm.com is determined by `pageOrderInSection` meta tags. These pages are sorted in their respective section by the `pageOrderInSection` value in **ascending** order. Every markdown file (except readme and faq pages) in the `docs/` folder must have a meta tag with a positive pageOrderInSection value.
|
||||
|
||||
|
||||
We leave large gaps between values to make future changes easier. For example, the first page in the "Using Fleet" section of the docs has a `pageOrderInSection` value of 100, and the next page has a value of 200. The large difference between values allows us to add, remove and reorder pages without the need for changing the value of multiple pages at a time.
|
||||
We leave large gaps between values to make future changes easier. For example, the first page in the "Using Fleet" section of the docs has a `pageOrderInSection` value of 100, and the next page has a value of 200. The significant difference between values allows us to add, remove and reorder pages without the need for changing the value of multiple pages at a time.
|
||||
|
||||
When adding or reordering a page, try to leave as much room between values as possible. If you were adding a new page that would go between the two pages from the example above, you would add `<meta name="pageOrderInSection" value="150">` to the page.
|
||||
|
||||
### Adding an image to the Fleet docs
|
||||
Try to keep images in the docs at a minimum. Images can be a quick way to help a user understand a concept or direct them towards a specific UI element, but too many can make the documentation feel cluttered and more difficult to maintain.
|
||||
Try to keep images in the docs at a minimum. Images can be a quick way to help users understand a concept or direct them towards a specific user interface(UI) element. Still, too many can make the documentation feel cluttered and more difficult to maintain.
|
||||
|
||||
When adding images to the Fleet documentation, follow these guidelines:
|
||||
- Keep the images as simple as possible to maintain (screenshots can get out of date quickly as UIs change)
|
||||
- Keep the images as simple as possible to maintain. Screenshots can get out of date quickly as UIs change.
|
||||
- Exclude unnecessary images. An image should be used to help emphasize information in the docs, not replace it.
|
||||
- Minimize images per doc page. More than one or two per page can get overwhelming, for doc maintainers and users.
|
||||
- The goal is for the docs to look good on every form factor, from 320px window width all the way up to infinity and beyond. Full window screenshots and images with too much padding on the sides will be less than the width of the user's screen. When adding a large image, make sure that it is easily readable at all widths.
|
||||
- The goal is for the docs to look good on every form factor, from 320px window width all the way up to infinity. Full window screenshots and images with too much padding on the sides will be less than the width of the user's screen. When adding a large image, make sure it is easily readable at all widths.
|
||||
|
||||
Images can be added to the docs using the Markdown image link format, e.g. ``
|
||||
The images used in the docs live in `docs/images/`. Note that you must provide the url of the image in the Fleet Github repo for it to display properly on both Github and the Fleet website.
|
||||
The images used in the docs live in `docs/images/`. Note that you must provide the URL of the image in the Fleet Github repo for it to display properly on both Github and the Fleet website.
|
||||
|
||||
> Note that the instructions above also apply to adding images in the Fleet handbook.
|
||||
|
||||
|
|
@ -94,9 +121,9 @@ The images used in the docs live in `docs/images/`. Note that you must provide t
|
|||
|
||||
The Fleet Docs support diagrams that are written in mermaid.js syntax. Take a look at the [Mermaid docs](https://mermaid-js.github.io/mermaid/#/README) to learn about the syntax language and what types of diagrams you can display.
|
||||
|
||||
To add a mermaid diagram to the docs, you need to add a code block and specify that it written in the mermaid language by adding `mermaid` to the opening backticks (i.e., ` ```mermaid`).
|
||||
To add a mermaid diagram to the docs, you need to add a code block and specify that it is written in the mermaid language by adding `mermaid` to the opening backticks (i.e., ` ```mermaid`).
|
||||
|
||||
For example, the following code block is a mermaid diagram that has **not** been specifed as a mermaid code block:
|
||||
For example, the following code block is a mermaid diagram that has **not** been specified as a mermaid code block:
|
||||
|
||||
```
|
||||
graph TD;
|
||||
|
|
@ -124,11 +151,11 @@ graph TD;
|
|||
|
||||
## Press releases
|
||||
|
||||
If we are doing a press release, we are probably pitching it to one or more reporters as an exclusive story, if they choose to take it. Consider not sharing or publicizing any information related to the upcoming press release before the announcement. See also https://www.quora.com/What-is-a-press-exclusive-and-how-does-it-work
|
||||
If we are doing a press release, we are probably pitching it to one or more reporters as an exclusive story if they choose to take it. Consider not sharing or publicizing any information related to the upcoming press release before the announcement. See also https://www.quora.com/What-is-a-press-exclusive-and-how-does-it-work
|
||||
|
||||
### Press release boilerplate
|
||||
|
||||
Fleet gives teams fast, reliable access to data about the production servers, employee laptops, and other devices they manage - no matter the operating system. Users can search for any device data using SQL queries, making it faster to respond to incidents and automate IT. Fleet can also be used to monitor vulnerabilities, battery health, software, and even EDR and MDM tools like Crowdstrike, Munki, Jamf, and Carbon Black, to help confirm that those platforms are working how administrators "think" they are. Fleet is open-source software. It's easy to get started quickly, easy to deploy, and it even comes with an enterprise-friendly free tier available under the MIT license.
|
||||
Fleet gives teams fast, reliable access to data about the production servers, employee laptops, and other devices they manage - no matter the operating system. Users can search for any device data using SQL queries, making it faster to respond to incidents and automate IT. Fleet can also be used to monitor vulnerabilities, battery health, software, and even EDR and MDM tools like Crowdstrike, Munki, Jamf, and Carbon Black, to help confirm that those platforms are working how administrators think they are. Fleet is open-source software. It's easy to get started quickly, easy to deploy, and it even comes with an enterprise-friendly free tier available under the MIT license.
|
||||
|
||||
IT and security teams love Fleet because of its flexibility and conventions. Instead of secretly collecting as much data as possible, Fleet defaults to privacy and transparency, capturing only the data your organization needs to meet its compliance, security, and management goals, with clearly-defined, flexible limits.
|
||||
|
||||
|
|
@ -137,35 +164,35 @@ That means better privacy. Better device performance. And better data, with less
|
|||
## Community contributions (pull requests)
|
||||
|
||||
The top priority when community members contribute PRs is to help the person feel engaged with
|
||||
Fleet. This means acknowledging the contribution quickly (within 1 business day), and driving to a
|
||||
Fleet. This means acknowledging the contribution quickly (within 1 business day) and driving to a
|
||||
resolution (close/merge) as soon as possible (may take longer than 1 business day).
|
||||
|
||||
### Process
|
||||
|
||||
1. Decide whether the change is acceptable (see below). If this will take time, acknowledge the
|
||||
contribution and let the user know that the team will respond. For changes that are not
|
||||
acceptable, thank the contributor for their interest and encourage them to open an Issue, or
|
||||
acceptable, thank the contributor for their interest and encourage them to open an issue, or
|
||||
discuss proposed changes in the `#fleet` channel of osquery Slack before working on any more
|
||||
code.
|
||||
2. Help the contributor get the quality appropriate for merging. Ensure that the appropriate manual
|
||||
and automated testing has been performed, changes files and documentation are updated, etc.
|
||||
Usually this is best done by code review and coaching the user. Sometimes (typically for
|
||||
customers) a Fleet team member may take a PR to completion by adding the appropriate testing and
|
||||
2. Help the contributor make the content appropriate for merging. Ensure that the appropriate manual
|
||||
and automated testing has been performed, changes to files and documentation are updated, etc.
|
||||
Usually, this is best done by code review and coaching the user. Sometimes (typically for
|
||||
customers), a Fleet team member may take a PR to completion by adding the appropriate testing and
|
||||
code review improvements.
|
||||
3. Any Fleet team member may merge a community PR after reviewing it and addressing any necessary
|
||||
changes. Before merging, double-check that the CI is passing, documentation is updated, and
|
||||
changes file is created. Please use your best judgement.
|
||||
4. Once a PR has been approved and merged, thank and congratulate the contributor, then share with the team in the `#help-promote` channel of Fleet Slack to be publicized on social media. Folks who contribute to Fleet and are recognized for their contributions often become great champions for the project.
|
||||
3. After reviewing a PR and addressing all necessary changes any Fleet team member may merge a
|
||||
community it. Before merging, double-check that the CI is passing, documentation is updated, and
|
||||
changes file is created. Please use your best judgment.
|
||||
4. Once a PR has been approved and merged, thank and congratulate the contributor, then share with the team in the `#help-promote` channel of Fleet Slack to be publicized on social media. Those who contribute to Fleet and are recognized for their contributions often become great champions for the project.
|
||||
|
||||
Please refer to our [PRs from the community](https://docs.google.com/document/d/13r0vEhs9LOBdxWQWdZ8n5Ff9cyB3hQkTjI5OhcrHjVo/edit?usp=sharing) guide for more detailed information.
|
||||
|
||||
### What is acceptable?
|
||||
|
||||
Generally, any small documentation update or bugfix is acceptable, and can be merged by any member
|
||||
of the Fleet team. Additions or fixes to the Standard Query Library are acceptable as long as the
|
||||
SQL works properly and they attributed correctly. Please use your best judgement.
|
||||
Generally, any minor documentation update or bug fix is acceptable and can be merged by any member
|
||||
of the Fleet team. Additions or fixes to the Standard Query Library(SQL) are acceptable as long as
|
||||
the SQL works properly and they are attributed correctly. Please use your best judgment.
|
||||
|
||||
Larger changes and new features should be approved by the appropriate [Product
|
||||
More extensive changes and new features should be approved by the appropriate [Product
|
||||
DRI](./product.md#product-dris). Ask in the `#g-product` channel in Fleet Slack.
|
||||
|
||||
## Fleet swag
|
||||
|
|
@ -180,6 +207,6 @@ We want to recognize and congratulate community members for their contributions
|
|||
|
||||
3. Once approved, place the order through our [Printful](https://www.printful.com) account (credentials in 1Password).
|
||||
|
||||
4. If available through the ordering process, add a thank you note for their contribution and "feel free to tag us on Twitter."
|
||||
4. If available through the ordering process, add a thank you note for their contribution and "Feel free to tag us on Twitter."
|
||||
|
||||
<meta name="maintainedBy" value="mike-j-thomas">
|
||||
|
|
|
|||
Loading…
Reference in a new issue