github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/.github/ISSUE_TEMPLATE/story.md (about) 1 --- 2 name: Story 3 about: Describe in detail how to implement a task 4 title: "[STORY] " 5 labels: '' 6 assignees: '' 7 8 --- 9 10 # Description 11 Clearly describe the task. Break it down as much as you can so it's easier to implement. Link to existing issues if appropriate using #<issue-number>. 12 13 # (Optional) Testing 14 Describe how this should be tested and/or which files unit tests should be added to. 15 16 For documentation changes or other similar scenarios, this section can be deleted. 17 18 # Acceptance Criteria 19 List the concrete items that should be completed for this task to be considered completed. Be as clear and thorough as you can.