From ea2f0f21114fea975a55b746f944e9fdd70f84a1 Mon Sep 17 00:00:00 2001 From: Mack Howell <127887758+mackhowell-nava@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:50:39 -0800 Subject: [PATCH] Create EE-standard-issue.md Add a standard issue template for the EE team (matches the CC team's template). What was the problem? We didn't have an easy issue template to pull in when creating new issues. This template has the basics. Associated tickets or Slack threads: N/A How does this fix it? It creates a reusable template. How to test this PR Confirm the only change is adding the referenced markdown file --- .github/ISSUE_TEMPLATE/EE-standard-issue.md | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/EE-standard-issue.md diff --git a/.github/ISSUE_TEMPLATE/EE-standard-issue.md b/.github/ISSUE_TEMPLATE/EE-standard-issue.md new file mode 100644 index 000000000..b4356d87b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/EE-standard-issue.md @@ -0,0 +1,22 @@ +--- +name: Standard Issue / User Story Template +about: For adding stories to the Employee Experience team backlog +title: For filing standard issues. +labels: '' +assignees: '' +--- + +## Issue Description +_What details are necessary for understanding the specific work or request tracked by this issue?_ + +--- +## Tasks +- [ ] _What work is necessary for this story to be completed?_ + +## Acceptance Criteria +- [ ] _What will be created or happen as a result of this story?_ +--- +## How to configure this issue +- [ ] **Attached to an Epic** (what body of work is this a part of?) +- [ ] **Labeled with Practice Area** (`engineer`, `data science`, `design`, `research` , `product`) +- [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)