Skip to content

Commit 4f711ea

Browse files
author
DavidQ
committed
enforcement delta to your actual Codex start-of-day folder so it lands in the right place without extra drift
1 parent 0d6eb4d commit 4f711ea

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# PR Naming Convention
2+
3+
Format:
4+
PR_<SECTION>_<STEP>_<SHORT_NAME>
5+
6+
Rules:
7+
- SECTION = roadmap section number, zero-padded (01–16)
8+
- STEP = incremental within that section, zero-padded (01+)
9+
- SHORT_NAME = ALL_CAPS, concise, action-oriented
10+
- All new PLAN / BUILD / APPLY PR names must follow this format
11+
12+
Examples:
13+
PR_01_01_REPO_STRUCTURE_MOVE_MAP
14+
PR_01_02_REPO_STRUCTURE_APPLY
15+
PR_03_01_SHARED_NUMBERS_NORMALIZATION
16+
PR_06_07_SAMPLES_DEPENDENCY_CLEANUP
17+
PR_07_01_NETWORK_SERVER_DASHBOARD
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
PR Naming Rule:
2+
ALL PRs MUST follow:
3+
PR_<SECTION>_<STEP>_<SHORT_NAME>
4+
5+
Reject any PR name that does not follow this format.
6+

0 commit comments

Comments
 (0)