From cb341a8c7b8d862341e3d7df6f56779414327d57 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:25:27 +0200 Subject: [PATCH] Rephrase prompt for FastAPI tests planning --- .github/steps/4-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/4-step.md b/.github/steps/4-step.md index 050c6f89..8c5d5501 100644 --- a/.github/steps/4-step.md +++ b/.github/steps/4-step.md @@ -38,7 +38,7 @@ Your backend still has zero test coverage. Use **Plan Agent** to create a plan, > ![Static Badge](https://img.shields.io/badge/-Prompt-text?style=social&logo=github%20copilot) > > ```prompt - > I want to add backend FastAPI tests in a separate tests directory. + > Let's plan for adding backend FastAPI tests in a separate tests directory. > ``` 1. Wait for Copilot to generate its first plan. If it asks you any questions, answer them to the best of your ability.