From e4a3b06295dd1a4e0af29715f15bdeb456fe53d4 Mon Sep 17 00:00:00 2001 From: tehe Date: Tue, 18 Jun 2024 06:37:15 +0200 Subject: [PATCH] repo: add story.md issue type --- .github/ISSUE_TEMPLATE/story.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/story.md 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]