wormhole/.github/ISSUE_TEMPLATE/tracking_issue.md

25 lines
651 B
Markdown
Raw Normal View History

---
name: Tracking issue
about: Tracking issues are task lists used to better organize regular work items.
title: 'Tracking issue for *ADD_PROJECT* - *ADD_COMPONENT*'
labels: 'epic'
assignees: ''
---
This issue is for grouping *ADD_COMPONENT* related tasks that are necessary for *ADD_PROJECT*.
### Other tracking issues for the same project:
<!--- Link related tracking issues within the project for easier navigation. -->
2023-04-10 07:24:22 -07:00
<!--- Assign tasks to the appropriate tracking issue if there is more than one. -->
- #XXXX
- #XXXX
- #XXXX
2023-04-10 07:24:22 -07:00
<!--- Subtasks MUST be inside the ``` -> ``` code block. -->
```[tasklist]
### Task list
2023-04-10 07:24:22 -07:00
- [ ] XXXX
- [ ] XXXX
```