diff --git a/.github/prompts/implement.prompt.md b/.github/prompts/implement.prompt.md index 7f62a7f1cc4..c0118055d0c 100644 --- a/.github/prompts/implement.prompt.md +++ b/.github/prompts/implement.prompt.md @@ -7,4 +7,4 @@ Please write a high quality, general purpose solution. Implement a solution that Focus on understanding the problem requirements and implementing the correct algorithm. Tests are there to verify correctness, not to define the solution. Provide a principled implementation that follows best practices and software design principles. -If the task is unreasonable or infeasible, or if any of the tests are incorrect, please tell me. The solution should be robust, maintainable, and extendable. +If the task is unreasonable or infeasible, or if any of the tests are incorrect, please tell the user. The solution should be robust, maintainable, and extendable.