|
3 | 3 | - Write comprehensive tests |
4 | 4 | - Use meaningful variable names |
5 | 5 |
|
| 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 | +- Language-specific instructions may also be found in the language-specific instruction files listed below. Always check those for any additional guidelines or standards that may apply to your codebase. |
| 11 | + |
6 | 12 | ## Language-Specific Instructions |
7 | 13 | Always follow security best practices as outlined in: |
8 | | -- .github/instructions/general/SECURITY.md |
| 14 | +- .github/instructions/general/security.instructions.md |
9 | 15 | Follow additional language-specific guidelines in: |
10 | | -- .github/instructions/language-specific/INSTRUCTIONS-CDK.md |
11 | | -- .github/instructions/language-specific/INSTRUCTIONS-CLOUDFORMATION.md |
12 | | -- .github/instructions/language-specific/INSTRUCTIONS-JAVA.md |
13 | | -- .github/instructions/language-specific/INSTRUCTIONS-KOTLIN.md |
14 | | -- .github/instructions/language-specific/INSTRUCTIONS-PYTHON.md |
15 | | -- .github/instructions/language-specific/INSTRUCTIONS-TERRAFORM.md |
16 | | -- .github/instructions/language-specific/INSTRUCTIONS-SAM.md |
17 | | -- .github/instructions/language-specific/INSTRUCTIONS-TYPESCRIPT.md |
18 | | - |
19 | | -## Project-Specific Rules |
20 | | -- Use our custom logging service |
21 | | -- Follow our specific API patterns |
22 | | -- Use project-specific error handling |
| 16 | +- .github/instructions/languages/cdk.instructions.md |
| 17 | +- .github/instructions/languages/cloudformation.instructions.md |
| 18 | +- .github/instructions/languages/python.instructions.md |
| 19 | +- .github/instructions/languages/terraform.instructions.md |
| 20 | +- .github/instructions/languages/sam.instructions.md |
| 21 | +- .github/instructions/languages/typescript.instructions.md |
0 commit comments