Skip to content

Commit ca094f4

Browse files
committed
fix following feedback
1 parent eef0db8 commit ca094f4

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/copilot-instructions.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
## Project-Specific instructions
2-
Check the following files for any project-specific coding standards or guidelines:
3-
- .github/instructions/project/instructions.md
4-
51
# Base Coding Standards
62
- Follow clean code principles
73
- Write comprehensive tests
84
- Use meaningful variable names
95

6+
## Project-Specific instructions
7+
Check the following files for any project-specific coding standards or guidelines:
8+
- .github/instructions/project/instructions.md
9+
- If no project-specific conventions are defined there, use the general and language-specific best practices referenced below.
10+
1011
## Language-Specific Instructions
1112
Always follow security best practices as outlined in:
1213
- .github/instructions/general/security.instructions.md
@@ -17,8 +18,3 @@ Follow additional language-specific guidelines in:
1718
- .github/instructions/languages/terraform.instructions.md
1819
- .github/instructions/languages/sam.instructions.md
1920
- .github/instructions/languages/typescript.instructions.md
20-
21-
## Project-Specific Rules
22-
- Use our custom logging service
23-
- Follow our specific API patterns
24-
- Use project-specific error handling

0 commit comments

Comments
 (0)