mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Sorry for opening another PR on this! Not sure how, but some weird dashes snuck in and it threw off the formatting. Screenshots of the rich text before and after below. <img width="1049" height="276" alt="Screenshot 2025-12-18 at 12 19 15" src="https://github.com/user-attachments/assets/1fefafda-0b94-4f20-a39a-ace4fa874457" /> <img width="1077" height="322" alt="Screenshot 2025-12-18 at 12 20 38" src="https://github.com/user-attachments/assets/ef7274d2-501a-4394-8c34-78a9a30c43c2" />
428 B
428 B
Solutions Best Practices
General
- Name the file what the profile does.
- For example, instead of
googlePlayProtectVerifyApps.json(the name of the Android policy for this control), describe what it does:enforce-google-play-protect.json.
- For example, instead of
- Use kebab case in file names, with all letters in lowercase.
- Instead of
passwordPolicy.json, usepassword-policy.json.
- Instead of
- Be sure to end files with an empty newline.