From 017312a06b60034f6151dd636bd8886f9f808af8 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 3 Jul 2025 11:42:14 +1000 Subject: [PATCH] Missing descriptions due to line endings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c8cbf0..4a7c65f 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi - [Product Manager Assistant: Feature Identification and Specification](prompts/gen-specs-as-issues.prompt.md) - This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation. - [Javascript Typescript Jest](prompts/javascript-typescript-jest.prompt.md) - Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns. - [Multi Stage Dockerfile](prompts/multi-stage-dockerfile.prompt.md) - Create optimized multi-stage Dockerfiles for any language or framework -- [My Issues](prompts/my-issues.prompt.md) -- [My Pull Requests](prompts/my-pull-requests.prompt.md) +- [My Issues](prompts/my-issues.prompt.md) - List my issues in the current repository +- [My Pull Requests](prompts/my-pull-requests.prompt.md) - List my pull requests in the current repository > 💡 **Usage**: Use `/prompt-name` in VS Code chat, run `Chat: Run Prompt` command, or hit the run button while you have a prompt open.