diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md new file mode 100644 index 0000000000..c9813719f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/story.md @@ -0,0 +1,14 @@ +--- +name: Story +about: A story describes the basic objective and contains several tasks that are to + be implemented +title: '' +labels: story +assignees: '' + +--- + +As a [type of user], I want [a goal or objective], so that [customer benefit or value]. + +- [ ] Link to subordinate task +- [ ] Link to subordinate task