From 307f0059d7eaa5302252177a250665882d568355 Mon Sep 17 00:00:00 2001 From: zcrab-oai Date: Thu, 27 Aug 2026 15:30:11 -0700 Subject: [PATCH 1/3] docs: clarify safe documentation examples --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e00a33b73..9cdea7cbb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,7 @@ customer data, and security findings before posting. Open an issue describing the problem and the workflow you want to support. Documentation corrections and safe examples are welcome. +Use synthetic examples when documenting expected behavior. ## Report a security issue From 8a4496fa33e08dc6eaa88dc502a112eed277ad63 Mon Sep 17 00:00:00 2001 From: zcrab-oai Date: Thu, 27 Aug 2026 15:30:55 -0700 Subject: [PATCH 2/3] docs: refine safe example guidance --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9cdea7cbb..3c4419076 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,7 @@ customer data, and security findings before posting. Open an issue describing the problem and the workflow you want to support. Documentation corrections and safe examples are welcome. Use synthetic examples when documenting expected behavior. +Keep example values fictional and safe to share. ## Report a security issue From 1a446b2e5850307d77a00bfe64363be2abc3bb7a Mon Sep 17 00:00:00 2001 From: zcrab-oai Date: Thu, 27 Aug 2026 15:31:01 -0700 Subject: [PATCH 3/3] docs: clarify safe public example wording --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c4419076..667813f94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,7 @@ Open an issue describing the problem and the workflow you want to support. Documentation corrections and safe examples are welcome. Use synthetic examples when documenting expected behavior. Keep example values fictional and safe to share. +Do not include credentials or private information in examples. ## Report a security issue