Update --epic.yaml
This commit is contained in:
parent
e87f5038f5
commit
f3087f3433
12
.github/ISSUE_TEMPLATE/--epic.yaml
vendored
12
.github/ISSUE_TEMPLATE/--epic.yaml
vendored
|
|
@ -12,7 +12,7 @@ body:
|
||||||
description: Here you fill in the objective of the product/feature that you are writing about.
|
description: Here you fill in the objective of the product/feature that you are writing about.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Success Metrics
|
label: Success Metrics
|
||||||
description: List of all metrics you are tracking and the desired goal.
|
description: List of all metrics you are tracking and the desired goal.
|
||||||
|
|
@ -21,9 +21,10 @@ body:
|
||||||
| ------------- | -------------- |
|
| ------------- | -------------- |
|
||||||
| e.g. Simplify user experience | Customer satisfaction score increases |
|
| e.g. Simplify user experience | Customer satisfaction score increases |
|
||||||
| e.g. Simplify onboarding flow | Decrease churn rate down to 30% |
|
| e.g. Simplify onboarding flow | Decrease churn rate down to 30% |
|
||||||
|
render: markdown
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Requirements
|
label: Requirements
|
||||||
value: |
|
value: |
|
||||||
|
|
@ -31,9 +32,10 @@ body:
|
||||||
| ------------- | ------------- | ------------- | ------------- |
|
| ------------- | ------------- | ------------- | ------------- |
|
||||||
| 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. 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 |
|
| 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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Out of Scope
|
label: Out of Scope
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -42,6 +44,7 @@ body:
|
||||||
- Item 1
|
- Item 1
|
||||||
- Item 2
|
- Item 2
|
||||||
- Item 3
|
- Item 3
|
||||||
|
render: markdown
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
|
@ -50,7 +53,7 @@ body:
|
||||||
description: Link to the developer Handoff Document.
|
description: Link to the developer Handoff Document.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: RACI matrix
|
label: RACI matrix
|
||||||
description: Please fill the table below.
|
description: Please fill the table below.
|
||||||
|
|
@ -61,5 +64,6 @@ body:
|
||||||
| Accountable | |
|
| Accountable | |
|
||||||
| Consulted | @Nikhil-Nandagopal, @mohanarpit, @areyabhishek|
|
| Consulted | @Nikhil-Nandagopal, @mohanarpit, @areyabhishek|
|
||||||
| Informed | |
|
| Informed | |
|
||||||
|
render: markdown
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user