PromucFlow_constructor/.github/ISSUE_TEMPLATE/--epic.yaml
2021-10-11 12:07:12 +05:30

66 lines
2.1 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: markdown
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% |
validations:
required: true
- type: markdown
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 |
validations:
required: false
- type: markdown
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
validations:
required: false
- type: input
attributes:
label: Developer Handoff Document in Figma
description: Link to the developer Handoff Document.
validations:
required: false
- type: markdown
attributes:
label: RACI matrix
description: Please fill the table below.
value: |
| Label | Value |
| ------------- | ------------- |
| Responsible | |
| Accountable | |
| Consulted | @Nikhil-Nandagopal, @mohanarpit, @areyabhishek|
| Informed | |
validations:
required: true