From 2b6af7f156e3a8f8e163dc7875391c9f3a78103c Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 15:39:01 -0700 Subject: [PATCH] docs: refresh CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98acc75..1abcac3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.