diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md new file mode 100644 index 0000000..744e4f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/story.md @@ -0,0 +1,14 @@ +--- +name: Story +about: 'Task or feature that needs to be done' +title: "[STORY] " +labels: story + +--- + +**Story** +As a [type of user], I want [some goal] so that [some reason]. + +**Definition of Done** +- [ ] [Task 1] +- [ ] [Task 2]