Add support for sub-/child issues
Open
api:github
part:imyml
priority:stretch
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Enable the creation of sub-issues through nesting. Probably using a property like `subs` or `kids`.
```YAML
issues:
- summ: Some huge set of tasks
type: epic
subs:
- summ: First task
type: task
- Second task
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.