Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 953 Bytes

File metadata and controls

24 lines (21 loc) · 953 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/languages/cdk.instructions.md
  • .github/instructions/languages/cloudformation.instructions.md
  • .github/instructions/languages/python.instructions.md
  • .github/instructions/languages/terraform.instructions.md
  • .github/instructions/languages/sam.instructions.md
  • .github/instructions/languages/typescript.instructions.md

Project-Specific Rules

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