Skip to content

Commit

Permalink
Update x-plorers-story.yml
Browse files Browse the repository at this point in the history
Add some useful items to x-plorers user story template
  • Loading branch information
Marco Romano authored Aug 8, 2023
1 parent 4cef498 commit f2b1e08
Showing 1 changed file with 39 additions and 25 deletions.
64 changes: 39 additions & 25 deletions .github/ISSUE_TEMPLATE/x-plorers-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,45 @@ body:
attributes:
label: Description
value: |
* As a ...
* I want to ...
* so that I can ...
# Size estimate
S/M/L
# Dependencies
* None
# Acceptance criteria
* ...
* TBD: ...
# Out of scope
* Nothing
# Subtasks
* As a [beneficiary]
* I want to [objective]
* So that [value generated]
- type: textarea
attributes:
label: Acceptance criteria
value: |
- TBD
- type: dropdown
attributes:
label: Size estimate
options:
- S
- M
- L
- type: textarea
attributes:
label: Dependencies
value: |
- TBD
- type: textarea
attributes:
label: Preconditions
value: |
- TBD
- type: textarea
attributes:
label: Out of scope
value: |
- TBD
- type: textarea
attributes:
label: Open questions
value: |
- TBD
- type: textarea
attributes:
label: Subtasks
value: |
```[tasklist]
### Android
```
Expand All @@ -42,5 +58,3 @@ body:
```[tasklist]
### Other
```
validations:
required: false

0 comments on commit f2b1e08

Please sign in to comment.