File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1112Always 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
You can’t perform that action at this time.
0 commit comments