v4.1.5
Update implement prompt to update PR (#203)
Description
This pull request updates the implementation instructions in .github/prompts/implement.prompt.md to improve task tracking and clarify how pull request descriptions should be managed. The main focus is on making task progress more visible in real-time and ensuring the PR description is always ready to be used as release notes.
Task tracking and status updates:
- Added a critical requirement to update task status immediately after each task is completed:
- Mark the task as
[X]intasks.mdand update the PR description checkbox for each completed task. - Updates must be made task-by-task, not at the end.
- Provided guidance for using GitHub tools or
gh pr editto update the PR description, ensuring real-time visibility of task progress.
- Mark the task as
Pull request description management:
- Changed instructions to require replacing the entire PR description with release notes:
- The existing PR description, including the task list, must be cleared and replaced with release notes.
- This ensures the PR description is immediately ready to be used as GitHub Release notes upon merging.
- Updated the example command to clarify that the PR description should be replaced with release notes.
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas