Skip to content

Commit 45e5635

Browse files
Feat/performance optimization (#42)
* feat: Add security and OWASP instructions This adds a new instruction file for secure coding practices based on the OWASP Top 10 to guide GitHub Copilot in generating more secure code. * fix: add YAML front matter to security instructions and correct README link casing * chore: update README.md after running update-readme.js * feat: add the most comprehensive, practical, and engineer-authored performance optimization instructions. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips. Updates README.md to include this new resource. * Apply suggestion from @aaronpowell * Apply suggestion from @aaronpowell --------- Co-authored-by: Aaron Powell <[email protected]>
1 parent 6978486 commit 45e5635

File tree

2 files changed

+421
-0
lines changed

2 files changed

+421
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
3636
- [Guidance for Localization](instructions/localization.instructions.md) - Guidelines for localizing markdown documents
3737
- [Markdown](instructions/markdown.instructions.md) - Documentation and content creation standards
3838
- [Next.js + Tailwind Development Instructions](instructions/nextjs-tailwind.instructions.md) - Next.js + Tailwind development standards and instructions
39+
- [Performance Optimization Best Practices](instructions/performance-optimization.instructions.md) - The most comprehensive, practical, and engineer-authored performance optimization instructions for all languages, frameworks, and stacks. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips.
3940
- [Python Coding Conventions](instructions/python.instructions.md) - Python coding conventions and guidelines
4041
- [Secure Coding and OWASP Guidelines](instructions/security-and-owasp.instructions.md) - Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices.
4142

0 commit comments

Comments
 (0)