quivr/.github/ISSUE_TEMPLATE/INTERNAL_USER_STORY_TEMPLATE.yml

84 lines
1.6 KiB
YAML
Raw Normal View History

2023-09-20 16:25:26 +03:00
name: QUIVR INTERNAL ONLY - User story
2023-09-20 15:55:56 +03:00
description: Use this form for user stories.
2023-09-20 16:15:08 +03:00
title: "User story:"
2023-09-20 15:55:56 +03:00
labels: ["user story"]
body:
- type: markdown
2023-09-20 16:03:32 +03:00
attributes:
value: |
**Epic**
2023-09-20 15:55:56 +03:00
2023-09-20 16:03:32 +03:00
Include the issue that represents the epic.
2023-09-20 15:55:56 +03:00
- type: input
2023-09-20 16:03:32 +03:00
id: epic-link
attributes:
label: Link to the Epic
placeholder: Paste the link to the related epic here...
validations:
required: true
2023-09-20 15:55:56 +03:00
- type: markdown
2023-09-20 16:03:32 +03:00
attributes:
value: |
**Functional**
2023-09-20 15:55:56 +03:00
2023-09-20 16:03:32 +03:00
Detail the functionality and provide context and motivation.
2023-09-20 15:55:56 +03:00
- type: textarea
2023-09-20 16:03:32 +03:00
id: functionality-detail
attributes:
label: Explain the Functionality
placeholder: Detail the user story functionality here...
validations:
required: true
2023-09-20 15:55:56 +03:00
- type: markdown
2023-09-20 16:03:32 +03:00
attributes:
value: |
**Schema**
2023-09-20 15:55:56 +03:00
- type: markdown
2023-09-20 16:03:32 +03:00
attributes:
value: |
### Tech
2023-09-20 15:55:56 +03:00
2023-09-20 16:32:34 +03:00
- type: markdown
attributes:
value: |
### Tech To-dos
- type: textarea
id: tech-todos
2023-09-20 16:03:32 +03:00
attributes:
label: Tech To-dos
2023-09-20 16:32:34 +03:00
placeholder: Detail the tech to-dos here...
validations:
required: true
2023-09-20 15:55:56 +03:00
- type: markdown
2023-09-20 16:03:32 +03:00
attributes:
value: |
### Tests
2023-09-20 15:55:56 +03:00
2023-09-20 16:32:34 +03:00
- type: textarea
2023-09-20 16:03:32 +03:00
id: tests
attributes:
2023-09-20 16:32:34 +03:00
label: Tests
placeholder: Detail the tests here...
validations:
required: true
2023-09-20 16:03:32 +03:00
2023-09-20 15:55:56 +03:00
- type: markdown
2023-09-20 16:03:32 +03:00
attributes:
value: |
### Validation Checks
2023-09-20 15:55:56 +03:00
2023-09-20 16:32:34 +03:00
- type: textarea
2023-09-20 16:03:32 +03:00
id: validation-checks
attributes:
label: Validation Checks
2023-09-20 16:32:34 +03:00
placeholder: Detail the validation checks here...
validations:
required: true