From eb2f1610631c340ade779bb0d6dd5f16deef4b93 Mon Sep 17 00:00:00 2001 From: tehe Date: Tue, 18 Jun 2024 06:37:28 +0200 Subject: [PATCH] repo: add story.md issue type (#37) --- .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]