-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dedicated templates for EX and removed old ones
- Loading branch information
Showing
4 changed files
with
108 additions
and
92 deletions.
There are no files selected for viewing
30 changes: 15 additions & 15 deletions
30
.github/ISSUE_TEMPLATE/x-plorers-prep.yml → .github/ISSUE_TEMPLATE/ex-prep.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: EX – User story | ||
description: Template for a second-level planning issue template. It must be part of an Epic. | ||
title: "[Story] <title>" | ||
labels: ["App: ElementX Android", "App: ElementX iOS", "T-User Story", "Team: Element X Platform"] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
value: | | ||
* 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: | ||
- TBD | ||
- S | ||
- M | ||
- L | ||
- type: textarea | ||
attributes: | ||
label: Dependencies | ||
value: | | ||
- None | ||
- type: textarea | ||
attributes: | ||
label: Out of scope | ||
value: | | ||
- | ||
- type: textarea | ||
attributes: | ||
label: Open questions | ||
value: | | ||
```[tasklist] | ||
``` | ||
- type: textarea | ||
attributes: | ||
label: Subtasks | ||
value: | | ||
```[tasklist] | ||
### Android | ||
``` | ||
```[tasklist] | ||
### iOS | ||
``` | ||
```[tasklist] | ||
### Rust | ||
``` | ||
```[tasklist] | ||
### Other | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters