Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1001 Bytes

File metadata and controls

24 lines (21 loc) · 1001 Bytes

Project-Specific instructions

Check the following files for any project-specific coding standards or guidelines:

  • .github/instructions/project/instructions.md

Base Coding Standards

  • Follow clean code principles
  • Write comprehensive tests
  • Use meaningful variable names

Language-Specific Instructions

Always follow security best practices as outlined in:

  • .github/instructions/general/security.instructions.md Follow additional language-specific guidelines in:
  • .github/instructions/language-specific/cdk.instructions.md
  • .github/instructions/language-specific/cloudformation.instructions.md
  • .github/instructions/language-specific/python.instructions.md
  • .github/instructions/language-specific/terraform.instructions.md
  • .github/instructions/language-specific/sam.instructions.md
  • .github/instructions/language-specific/typescript.instructions.md

Project-Specific Rules

  • Use our custom logging service
  • Follow our specific API patterns
  • Use project-specific error handling