From d62b817d4683c8b1c3e900a8975fb1ace6bc6f83 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Fri, 20 Aug 2021 09:24:08 +0700 Subject: [PATCH] Create Story template --- .github/ISSUE_TEMPLATE/story-template.md | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/story-template.md diff --git a/.github/ISSUE_TEMPLATE/story-template.md b/.github/ISSUE_TEMPLATE/story-template.md new file mode 100644 index 000000000..7c9bf5bab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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)