diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md index ed9eecb378..034e7ab0cc 100644 --- a/.github/ISSUE_TEMPLATE/epic.md +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -2,8 +2,40 @@ name: Epic about: Create a new Epic labels: kind/epic +title: - Title --- -**Description** -This is a short text that just acts as an example for your epic. Please be as precise and verbose as required, so that people understand what larger picture the epic should frame. + +## Goal + +Describe the overall objective and value proposition + +As a [user type], +I want [capability/feature], +so that [business value/benefit] + +## Scope + +### In Scope + +List features/capabilities that are part of this epic + +- + +### Out of Scope + +List explicitly what will not be included + +- + +## User Stories +List the main user stories that make up this epic. Each should later be created as separate issues and linked (just mention the number of the related user stories here (if in another repo add org and repo as prefix, e.g. open-component-model/ocm#1105), it will appear as clickable link later) +- #1242 + +## Acceptance Criteria +List the high-level conditions that must be met for this epic to be considered complete +- [ ] Criteria 1 +- [ ] Criteria 2 + +## Additional Links and Notes