69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
name: 📓 Epic
|
|
description: A large planned scope of work for the quarter
|
|
title: "[Epic]: "
|
|
labels: [Epic]
|
|
assignees:
|
|
- Nikhil-Nandagopal
|
|
body:
|
|
- type: textarea
|
|
id: objective
|
|
attributes:
|
|
label: Objective
|
|
description: Here you fill in the objective of the product/feature that you are writing about.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Success Metrics
|
|
description: List of all metrics you are tracking and the desired goal.
|
|
value: |
|
|
| Goal | Metric |
|
|
| ------------- | -------------- |
|
|
| e.g. Simplify user experience | Customer satisfaction score increases |
|
|
| e.g. Simplify onboarding flow | Decrease churn rate down to 30% |
|
|
render: markdown
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Requirements
|
|
value: |
|
|
| Requirement | User Story | Importance | Notes |
|
|
| ------------- | ------------- | ------------- | ------------- |
|
|
| e.g. Must be mobile responsive | e.g. as a user, I want to be able to access the platform via mobile phone | High, Low or Medium | Content Cell |
|
|
| e.g. The user should be able to leave a comment | e.g as a user, I want to be able to communicate with the other members on the canvas | High, Low or Medium | Content Cell |
|
|
render: markdown
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Out of Scope
|
|
description: |
|
|
List the things that are out of cope or might be revisited after the first release.
|
|
placeholder: |
|
|
- Item 1
|
|
- Item 2
|
|
- Item 3
|
|
render: markdown
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
attributes:
|
|
label: Developer Handoff Document in Figma
|
|
description: Link to the developer Handoff Document.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: RACI matrix
|
|
description: Please fill the table below.
|
|
value: |
|
|
| ------------- | ------------- |
|
|
| Responsible | |
|
|
| Accountable | |
|
|
| Consulted | @Nikhil-Nandagopal, @mohanarpit, @areyabhishek|
|
|
| Informed | |
|
|
render: markdown
|
|
validations:
|
|
required: true
|