Skip to content

Commit

Permalink
Create epic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay authored Oct 14, 2024
1 parent f1c734f commit 3acf51a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Epic
description: A large body of work that can be broken down into smaller stories
title: "[EPIC] "
labels: ["epic"]
assignees: []
body:
- type: markdown
attributes:
value: "## Epic Description"
- type: textarea
id: description
attributes:
label: Describe the epic
description: Provide a clear and concise description of what this epic encompasses
validations:
required: true
- type: textarea
id: goals
attributes:
label: Goals
description: What are the main goals of this epic?
validations:
required: true
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: List the high-level acceptance criteria for this epic
validations:
required: true

0 comments on commit 3acf51a

Please sign in to comment.