Skip to content

Commit 054cf09

Browse files
nanotaboadaCopilot
andcommitted
docs(copilot): fix workflow steps and remove obsolete CI reference
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 611b5cf commit 054cf09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Example: `feat(api): add player search endpoint (#123)`
9191

9292
- Database schema (entity fields, migrations)
9393
- Dependencies (`*.csproj`, `global.json`)
94-
- CI/CD configuration (`.github/workflows/`, `azure-pipelines.yml`)
94+
- CI/CD configuration (`.github/workflows/`)
9595
- Docker setup
9696
- Application configuration (`appsettings.json`)
9797
- API contracts (breaking DTO changes)
@@ -106,7 +106,7 @@ Example: `feat(api): add player search endpoint (#123)`
106106

107107
### Key workflows
108108

109-
**Add an endpoint**: Add DTO in `Models/` → add service method in `Services/` → add controller action in `Controllers/` → add validator in `Validators/` → add tests → run pre-commit checks.
109+
**Add an endpoint**: Add DTO in `Models/`update `PlayerMappingProfile` in `Mappings/` (AutoMapper) → add repository method(s) in `Repositories/`add service method in `Services/` → add controller action in `Controllers/` → add validator in `Validators/` → add tests → run pre-commit checks.
110110

111111
**Modify schema**: Update `Player` entity → update DTOs → update AutoMapper profile → reset `Storage/players.db` → update tests → run `dotnet test`.
112112

0 commit comments

Comments
 (0)