Skip to content
Merged
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
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/Iteration_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Iteration issue
about: Track the scope and tasks for a feature or focus area during a release cycle
labels: "[Type] Iteration"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess we could add a title: to prefill the title field, e.g., title: "[Feature Name] iteration for WordPress X.X"

Not a blocker and can be added later.


---

## Overall Goal
<!--
Provide a high-level description of what will be worked on during this release cycle.
Link to any previous iteration issues or overarching tracking issues for context.
-->

## Scope for This Release
<!--
Describe the planned scope for this release. What are the expected outcomes?
If this carries over work from a previous release, note what shipped previously
and what remains.
-->

## Tasks
<!--
List the specific issues and PRs to be completed during this release.
Use task lists so progress is trackable.
-->

- [ ] #
- [ ] #
- [ ] #

## Nice to Have
<!--
List stretch goals or tasks that would be good to land in this release but
are not essential. These may slip to a future iteration.
-->

- [ ] #
- [ ] #

## Open Questions & Decisions required
<!--
List any unresolved questions or pending decisions related to this iteration.
Link to individual issues where deeper discussions are happening.
-->

- [ ] ?

## Contributors
<!--
List the people working on this iteration so it's clear who to coordinate with.
Use GitHub @mentions.
-->

- @
Loading