diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..1fd75eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,19 @@ +--- +name: New issue template +about: Issue card template containing an example description with title, User story, DoD, and Technical details blocks + +--- +Example title for issue card. + +User story: +As a **who** , I want to **what** , so that **why** . + +DoD: +- [ ] First criteria +- [ ] Second criteria +- [ ] ... + +Technical details: +1. First detail +2. Second detail +3. ... \ No newline at end of file