From 370b01cca806eacc3df658109fb5da317375c6ed Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 15:19:13 +0000 Subject: [PATCH] feat: add instruction to leave TODO comments for missing functionality --- .github/prompts/0-kickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/prompts/0-kickstart.md b/.github/prompts/0-kickstart.md index 100bb7e45..a4e0deb37 100644 --- a/.github/prompts/0-kickstart.md +++ b/.github/prompts/0-kickstart.md @@ -1,3 +1,5 @@ Work your way through prompts folder, skip if not needed. Figure it out as you go along. Just get on with it. Commit as you go along with descriptive commit messages, do trunking to main. Don't worry if another bot made changes, just send it. Most bots are just working through a unit testing SDLC workflow. Keep unit tests parameterised and make new test files where possible. + +Leave TODO comments for missing functionality.