docs: refresh CONTRIBUTING.md

This commit is contained in:
2026-05-20 15:39:01 -07:00
parent 2e0ad2f51b
commit 2b6af7f156

View File

@@ -7,7 +7,7 @@ Keep changes small, reviewable, and tied to a clear project purpose. Do not mix
## Before Committing
- Run the relevant build, lint, or smoke test when the project provides one.
- Check that no credentials, files, tokens, private keys, captures, dumps, or personal data are staged.
- Check that no credentials, `.env` files, tokens, private keys, captures, dumps, or personal data are staged.
- Keep firmware binaries, large archives, and generated artifacts out of Git unless the repo explicitly documents otherwise.
- Preserve upstream licenses and attribution for third-party code.