Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/current-iteration-task.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/sprint_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Sprint Task
about: An issue used sprint planning
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
about: An issue used sprint planning
about: A concrete implementation task to be completed during the current sprint.
References
  1. 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)

title: ''
labels: P2, sprint ready
assignees: ''

---
Loading