diff --git a/.github/ISSUE_TEMPLATE/default-issue.md b/.github/ISSUE_TEMPLATE/default-issue.md deleted file mode 100644 index 53ef41c7..00000000 --- a/.github/ISSUE_TEMPLATE/default-issue.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Default issue -about: 'If you''re unsure which template to use, start here. ' -title: '' -labels: squad-dashboard -assignees: '' - ---- - -_Can this task be done in one increment?_ -_If not, please break it up into smaller issues._ -_If this is unknown, label the issue as "research"._ - - -_Ensure this issue has a clear Definition of Done in the Acceptance Criteria list below:_ -### Acceptance Criteria -- [ ] . -- [ ] . -- [ ] . diff --git a/.github/ISSUE_TEMPLATE/task-issue.md b/.github/ISSUE_TEMPLATE/task-issue.md new file mode 100644 index 00000000..7b70b517 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task-issue.md @@ -0,0 +1,28 @@ +# Task Template + +A workitem that needs to be done while developing a story or feature and does not span more than 2 days. +Where a single actor takes a single action with a single output. + +---- + +Provide a general summary of the issue in the Title above. + +### Acceptance Criteria + +Tell us what should happen. It should be measurable so that we know when we're done and that it can be tested. + +### Requirement Documents + +Add sketch / API documents. + +### Environment + +Provide test accounts if possible. + +### Possible Solution + +Not obligatory, but suggest a approach. + +### Possible Implementation + +Not obligatory, but suggest an idea for implementing addition or change.