diff --git a/docs/community.md b/docs/community.md index 234b38a0..0d8831de 100644 --- a/docs/community.md +++ b/docs/community.md @@ -1,4 +1,4 @@ -# Community +# Community Projects Welcome to the Roo Code community section! Here you'll find community projects that extend Roo Code's capabilities and a gallery of custom modes shared by other users to enhance your development workflow. @@ -38,4 +38,4 @@ A specialized mode for writing and maintaining Jest test suites with TypeScript ], "customInstructions": "When writing tests:\n- Always use describe/it blocks for clear test organization\n- Include meaningful test descriptions\n- Use beforeEach/afterEach for proper test isolation\n- Implement proper error cases\n- Add JSDoc comments for complex test scenarios\n- Ensure mocks are properly typed\n- Verify both positive and negative test cases" } -``` \ No newline at end of file +```