From b7af44f49913b2e3544962b76b1d17b07d0bf1e8 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Thu, 6 Aug 2026 09:48:02 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Document=20SEP=20reference?= =?UTF-8?q?=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60a66d10a2..230893daac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,6 +82,7 @@ A husky pre-commit hook runs the prettier check; if it fails, run `pnpm format:m ### Terminology and style - "Stellar network" — lowercase *network*. Likewise *asset* and *anchor* are not capitalized. +- Write SEP references without zero-padding (for example, `SEP-1`, not `SEP-0001`). Keep canonical SEP filenames and URLs unchanged (for example, `sep-0001.md`). - Meeting notes (in `meetings/`) use the date as the title (`2026-05-07`), uniformly across the series. ## Site Code and Infrastructure From c9c1ab297897ec1d681b1a8f6b6f7c940aa43572 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Thu, 6 Aug 2026 09:50:36 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Add=20CAP=20reference=20styl?= =?UTF-8?q?e=20guidance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 230893daac..45c463f851 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ A husky pre-commit hook runs the prettier check; if it fails, run `pnpm format:m ### Terminology and style - "Stellar network" — lowercase *network*. Likewise *asset* and *anchor* are not capitalized. -- Write SEP references without zero-padding (for example, `SEP-1`, not `SEP-0001`). Keep canonical SEP filenames and URLs unchanged (for example, `sep-0001.md`). +- Write SEP and CAP references without zero-padding (for example, `SEP-1` and `CAP-1`, not `SEP-0001` and `CAP-0001`). Keep canonical filenames and URLs unchanged (for example, `sep-0001.md` and `cap-0001.md`). - Meeting notes (in `meetings/`) use the date as the title (`2026-05-07`), uniformly across the series. ## Site Code and Infrastructure