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.