You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "🧩 Sub-Issue Template"
description: "Create a sub-issue linked to a parent issue (task, feature, or bug)"
title: "[Sub-Issue] — MendyCreatesTech"
labels: ["sub-issue", "task"]
assignees:
MendyCreatesTech
body:
type: markdown
attributes:
value: |
### 🧩 Sub-Issue Description
Break down your task or feature into smaller parts. Link to its parent issue for better tracking.
type: textarea
id: objective
attributes:
label: 🎯 Objective
description: Describe what this sub-issue aims to achieve.
placeholder: e.g., "Implement authentication module for AI system."
validations:
required: true
type: textarea
id: tasks
attributes:
label: ✅ Tasks
description: List out specific actions to complete this sub-issue.
placeholder: |
- [ ] Create API endpoint
- [ ] Add test coverage
- [ ] Update documentation
validations:
required: true