Update the "iteration task" issue template to "sprint task" #769
Update the "iteration task" issue template to "sprint task" #769jacobsimionato wants to merge 13 commits intoflutter:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the issue template for sprint tasks, renaming the file and modifying the template's content. My review includes one suggestion to improve the clarity of the template's description to better align with the project's contribution guidelines for clear documentation.
| @@ -0,0 +1,8 @@ | |||
| --- | |||
| name: Sprint Task | |||
| about: An issue used sprint planning | |||
There was a problem hiding this comment.
The about description is somewhat vague. Per the repository's contributing guidelines (docs/contributing/README.md), documentation should be clear and concise. The current description, "An issue used sprint planning", doesn't clearly describe the purpose of the issue itself, which can be confusing for users selecting a template. A more descriptive text would be more helpful.
| about: An issue used sprint planning | |
| about: A concrete implementation task to be completed during the current sprint. |
References
- The repository's contributing guidelines state that all documentation (including .md files like issue templates) should be clear, consistent, and concise. The current 'about' text could be clearer. (link)
|
Do we want to add label 'front-line-treaged' instead of P2? Normally current sprint is P1, so i would just skip priority |
This should make it easier to create tasks in the sprint.