Skip to content

Commit 0639f05

Browse files
committed
add copilot-instructions.md
1 parent ae2d0ad commit 0639f05

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copilot Instructions
2+
3+
## Language and Tone
4+
5+
- Use British English spelling and grammar (e.g., "behaviour", "colour", "organise", "analyse", "favour", "innitialise", etc.)
6+
- Maintain a professional and formal tone in all generated content
7+
- Avoid colloquialisms, slang, or informal expressions
8+
- Avoid humour, jokes, or casual remarks
9+
- Use clear, precise, and professional language appropriate for technical documentation
10+
- Avoid contractions (e.g., use "do not" instead of "don't")
11+
- Use the Oxford comma in lists for clarity
12+
- Maintain consistency in terminology throughout the codebase
13+
- Prefer "folder" to "directory"
14+
15+
## Code Style
16+
17+
- Follow the existing ESlint TypeScript conventions in this project (`typescript-eslint` rules)
18+
- Use consistent formatting and naming conventions based on prettier and ESLint configurations
19+

0 commit comments

Comments
 (0)