diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4f059dc..9e4687c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -163,6 +163,9 @@ [//]: # ( the format is too cumbersome, Start with "In order to" but ) [//]: # ( include a different subsequent clause that somehow includes a ) [//]: # ( Jali product role an an action performed. ) +[//]: # ( * Tasks ) +[//]: # ( - Use a markdown task list to itemize the development tasks that ) +[//]: # ( contribute toward completion of the Enhancement. ) [//]: # ( * Acceptance criteria ) [//]: # ( - Include a task list of detailed tests that will be performed to ) [//]: # ( verify that the Enhancement works. ) @@ -179,6 +182,10 @@ I want to ...(, Whereas currently ...). [//]: # ( ) +## Tasks +- [ ] Task 1. +- [ ] Task 2. + ## Acceptance Criteria - [ ] Criterion 1. - [ ] Criterion 2.