We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee1172 commit eefbcb5Copy full SHA for eefbcb5
.github/copilot-instructions.md
@@ -39,7 +39,7 @@ docker compose down -v # Reset database
39
40
## Architecture
41
42
-```
+```text
43
Request → Routes → Services → SQLAlchemy → SQLite
44
(API) (Logic) (Async ORM) (Storage)
45
↓
@@ -168,7 +168,7 @@ Follow Conventional Commits format (enforced by commitlint in CI):
168
- Issue number: Required suffix
169
170
**Examples:**
171
172
feat(api): add player stats endpoint (#42)
173
fix(db): resolve async session leak (#88)
174
```
0 commit comments