From 57a036299a56ac7853cddada815d15c6ae5b696c Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Tue, 13 Dec 2022 11:01:02 +0700 Subject: [PATCH] Create template for story --- docs/stories/story_template.md | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/stories/story_template.md diff --git a/docs/stories/story_template.md b/docs/stories/story_template.md new file mode 100644 index 000000000..7c9bf5bab --- /dev/null +++ b/docs/stories/story_template.md @@ -0,0 +1,37 @@ +--- +name: story template +about: Template for story +title: '' +labels: Story +assignees: '' + +--- + +# Summary + +* [Related EPIC](#related-epic) +* [Definition](#definition) +* [Screenshots](#screenshots) +* [Misc](#misc) + +## Related EPIC + +* TODO: {link} + +## Definition + +TODO + +[Back to Summary](#summary) + +## Screenshots + +None + +[Back to Summary](#summary) + +## Misc + +None + +[Back to Summary](#summary)