-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#403] Use template file for building retrospective contents
- Add retro/template/retro.md - Import template file using embed
- Loading branch information
1 parent
03515d7
commit cd5699f
Showing
3 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
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,40 @@ | ||
# Quick Retrospective | ||
|
||
## TODO - Session Name | ||
|
||
| Team | Date | | ||
|------|------------| | ||
| XXX | MM/DD/YYYY | | ||
|
||
## Session's TCR metrics | ||
|
||
- Average passed commit size: {{.GreenAvg}} | ||
- Average failed commit size: {{.RedAvg}} | ||
|
||
## DO | ||
|
||
_`What did we do?`_ | ||
|
||
- | ||
- | ||
|
||
## LEARN | ||
|
||
_`What did we learn?`_ | ||
|
||
- | ||
- | ||
|
||
## PUZZLE | ||
|
||
_`What still puzzles us?`_ | ||
|
||
- | ||
- | ||
|
||
## DECIDE | ||
|
||
_`How can we apply this in the future?`_ | ||
|
||
- | ||
- |