You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CD pipeline tag format (`vX.Y.Z-stadium`) or the stadium name sequence — names are assigned sequentially A→Z from the list in `CHANGELOG.md`; the next name is always the next unused letter
185
185
186
+
### Creating Issues
187
+
188
+
This project uses Spec-Driven Development (SDD): discuss in Plan mode first, create a GitHub Issue as the spec artifact, then implement. Always offer to draft an issue before writing code.
189
+
190
+
**Feature request** (`enhancement` label):
191
+
-**Problem**: the pain point being solved
192
+
-**Proposed Solution**: expected behavior and functionality
193
+
-**Suggested Approach***(optional)*: implementation plan if known
194
+
-**Acceptance Criteria**: at minimum — behaves as proposed, tests added/updated, no regressions
195
+
-**References**: related issues, docs, or examples
-**Possible Solution***(optional)*: suggested fix or workaround
204
+
186
205
### Key workflows
187
206
188
207
**Add an endpoint**: Add DTO in `Models/` → update `PlayerMappingProfile` in `Mappings/` → add repository method(s) in `Repositories/` → add service method in `Services/` → add controller action in `Controllers/` → add/update validator rule set in `Validators/` → add tests in `test/.../Unit/` → run pre-commit checks.
0 commit comments