Skip to content

Commit

Permalink
Create EE-standard-issue.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mackhowell-nava authored Jan 3, 2025
1 parent 8a19f53 commit ea2f0f2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/EE-standard-issue.md
Original file line number Diff line number Diff line change
@@ -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.)

0 comments on commit ea2f0f2

Please sign in to comment.