diff --git a/.github/ISSUE_TEMPLATE/bug_issue.md b/.github/ISSUE_TEMPLATE/bug_issue.md index 60cc293..ecd431b 100644 --- a/.github/ISSUE_TEMPLATE/bug_issue.md +++ b/.github/ISSUE_TEMPLATE/bug_issue.md @@ -2,6 +2,7 @@ name: Report a bug about: Report a bug to help us improve title: "[Brief description]" +labels: ["bug"] --- … + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement_issue.md b/.github/ISSUE_TEMPLATE/enhancement_issue.md index f2fde3e..c365113 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_issue.md +++ b/.github/ISSUE_TEMPLATE/enhancement_issue.md @@ -26,3 +26,9 @@ Instructions: ## Possible tradeoffs + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/epic_issue.md b/.github/ISSUE_TEMPLATE/feature_issue.md similarity index 82% rename from .github/ISSUE_TEMPLATE/epic_issue.md rename to .github/ISSUE_TEMPLATE/feature_issue.md index 3f3386b..c9611f4 100644 --- a/.github/ISSUE_TEMPLATE/epic_issue.md +++ b/.github/ISSUE_TEMPLATE/feature_issue.md @@ -1,9 +1,9 @@ --- -name: Epic -about: Create a project epic +name: Feature issue +about: Create an issue for a whole project title: "[Release name or version]: [Project Name]" -labels: epic -assignees: '' +labels: ["Feature"] +type: Tracking Issue --- @@ -29,7 +29,7 @@ _[Fill this out as people are assigned]_ - Who is this feature for? Outline user stories below, but also mention if there is a specific partner and/or deployment - How do we know this feature is successful? -#### User Stories or Requirements +### User Stories or Requirements _[Break down the main workflows thematically, but still at a high level. How are the goals of the project realized in the UI? If there isn't a UI portion of this project, what are the key outcomes or improvements? There should probably only be a few of these per project]_ ### Target Quarter and Due date @@ -37,4 +37,10 @@ _[Break down the main workflows thematically, but still at a high level. How are - If there is a specific due date, especially for a contractual deliverable, include it. Otherwise, include an estimated delivery date, and what quarter(s) this will be worked on ### Product Issues -_[Issues should be linked here as they are created. There will probably be 1-2 per User Story]_ +_[Issues should be attached as sub issues as they are created. There will probably be 1-2 per User Story]_ + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other_issue.md b/.github/ISSUE_TEMPLATE/other_issue.md index 9b00259..d3916a4 100644 --- a/.github/ISSUE_TEMPLATE/other_issue.md +++ b/.github/ISSUE_TEMPLATE/other_issue.md @@ -4,3 +4,10 @@ about: For issues that don't fit any other category --- ## Description + + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/product_issue.md b/.github/ISSUE_TEMPLATE/product_issue.md index 127c93c..ef14707 100644 --- a/.github/ISSUE_TEMPLATE/product_issue.md +++ b/.github/ISSUE_TEMPLATE/product_issue.md @@ -1,8 +1,7 @@ --- name: Product issue about: Create a product issue -assignees: '' - +type: Tracking Issue --- _[General guidance: Product issues should describe the feature, but are not actually technically specced for dev work.]_ @@ -11,13 +10,19 @@ _[General guidance: Product issues should describe the feature, but are not actu _[First, the workflow in one sentence]_ -#### Description and outcomes +### Description and outcomes _[Then, more detail. Provide a short summary and/or list key outcomes that the user should be able to accomplish with this feature.]_ -#### Resources +### Resources - _[Link Gherkin Scenarios]_ - _[Link Figma Scenarios]_ -#### Accessibility Requirements +### Accessibility Requirements + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/technical_task_issue.md b/.github/ISSUE_TEMPLATE/technical_task_issue.md new file mode 100644 index 0000000..3c34aa1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technical_task_issue.md @@ -0,0 +1,107 @@ +--- +name: Technical Task Issue +about: A single technical task, typically part of a tracking issue or product issue +type: Task +--- + + + +## Overview + + + +**Complexity:** Low | Medium | High + +### Context + + + +### The Change + + + +### How to Get There + + + +### Out of Scope + + + +### Acceptance Criteria + + + +- [ ] + +### Testing + + + +### References + + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/technical_tracking_issue.md b/.github/ISSUE_TEMPLATE/technical_tracking_issue.md new file mode 100644 index 0000000..2cc677a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technical_tracking_issue.md @@ -0,0 +1,58 @@ +--- +name: Technical Tracking Issue +about: A parent issue that encompasses multiple related technical tasks +title: '' +type: Tracking Issue +--- + + + +## Overview + + + +### Scope + + + +### Guidance + + + +### Strategy + + + +### Testing Requirements + + + + \ No newline at end of file