Add best practices to Solutions (#37489)

So we don't forget.
This commit is contained in:
Steven Palmesano
2025-12-18 12:08:56 -06:00
committed by GitHub
parent 589f5e67cb
commit ccc75121b1
+12
View File
@@ -0,0 +1,12 @@
# 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`.
Use kebab case in file names, with all letters in lowercase.
- Instead of `passwordPolicy.json`, use `password-policy.json`.
Be sure to end files with an empty newline.