-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 Templates: created local '.github/ISSUE_TEMPLATE/epic_template.md' …
…from remote '.github/ISSUE_TEMPLATE/epic_template.md'
- Loading branch information
sovitybot
committed
Feb 2, 2024
1 parent
4db207a
commit 35dcc85
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Epic | ||
about: Help us with new ideas | ||
title: "" | ||
labels: "kind/epic" | ||
assignees: "" | ||
--- | ||
|
||
# Epic | ||
|
||
## Description | ||
<!-- Brief summary of what this Epic is, whether it's a larger project, goal, or user story. Describe the job to be done, which persona this Epic is mainly for, or if more multiple, break it down by user and job story. --> | ||
|
||
### Requirements | ||
<!-- Which requirements do you have to be fulfilled? --> | ||
|
||
## Work Breakdown | ||
<!-- If you already know what needs to be done, plase add a tasklist. --> | ||
|
||
```[tasklist] | ||
### Stories | ||
- [ ] Create Stories which can be converted into issues | ||
``` | ||
|
||
## Initiative / goal | ||
<!-- Describe how this Epic impacts an initiative the business is working on. --> | ||
|
||
### Hypothesis | ||
<!-- What is your hypothesis on the success of this Epic? Describe how success will be measured and what leading indicators the team will have to know if success has been hit. --> | ||
|
||
## Acceptance criteria and must have scope | ||
<!-- Define what is a must-have for launch and in-scope. Keep this section fluid and dynamic until you lock-in priority during planning. Please list your criteria below. --> | ||
|
||
## Stakeholders | ||
<!-- Describe who needs to be kept up-to-date about this Epic, included in discussions, or updated along the way. Stakeholders can be both in Product/Engineering, as well as other teams like Customer Success who might want to keep customers updated on the epic project. --> | ||
|
||
## Timeline | ||
<!-- What's the timeline for this Epic, what resources are needed, and what might potentially block this from hitting the projected end date. --> | ||
|
||
## Need for refinement | ||
<!-- Which questions are open? From whom do you need more input to fully specify the epic? --> |