23 lines
463 B
Markdown
23 lines
463 B
Markdown
---
|
|
name: "Capstone Issue Template"
|
|
about: "This issue template is for the Capstone Project"
|
|
title: "[SCMS] User Story: "
|
|
ref: "master"
|
|
labels:
|
|
- "Smart Clinic Management System"
|
|
---
|
|
|
|
**Title:**
|
|
_As a [user role], I want [feature/goal], so that [reason]._
|
|
|
|
**Acceptance Criteria:**
|
|
1. [Criteria 1]
|
|
2. [Criteria 2]
|
|
3. [Criteria 3]
|
|
|
|
**Priority:** [High/Medium/Low]
|
|
|
|
**Story Points:** [Estimated Effort in Points]
|
|
|
|
**Notes:**
|
|
- [Additional information or edge cases] |