Skip to content

Commit d47b830

Browse files
committed
chore: add basic copilot instructions
1 parent d68e8ce commit d47b830

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/copilot-instructions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Core Requirements
2+
3+
- The end goal is stability, speed and great user experience.
4+
5+
## Code Quality Requirements
6+
7+
- Follow standard TypeScript conventions and best practices
8+
- Use the Composition API when creating Vue components
9+
- Use clear, descriptive variable and function names
10+
- Add comments to explain complex logic or non-obvious implementations
11+
- Write unit tests for core functionality using `vitest`
12+
- Write end-to-end tests using Playwright and `@nuxt/test-utils`
13+
- Keep functions focused and manageable (generally under 50 lines)
14+
- Use error handling patterns consistently

0 commit comments

Comments
 (0)