Skip to content

Commit

Permalink
Add new issue templates for SeCRET team (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmastephenson authored Jun 15, 2023
1 parent 7b6ea2a commit b5d8270
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/05_epic_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Epic
about: a body of work that can be broken down into specific tasks
title: ''
labels: Epic
assignees: ''

---

## Why are we doing this work?

<!--
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/06_secret_user_story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: SeCRET User Story
about: Create a new user story for the SeCRET team
title: ''
labels: SeCRET
assignees: ''

---

## Action Requested
What is being requested?

AS a $USER, I want... SO THAT...

## Acceptance Criteria
When can we call this done?

GIVEN...WHEN...THEN

## Background & Context
So what? Why is this functionality important to the user?

## Additional Information
What else does the person picking up this work need to know about?
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/07_secret_tech_debt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: SeCRET Tech Debt
about: Describe technical debt work for the SeCRET team to pick up
title: ''
labels: SeCRET
assignees: ''

---

## Action Requested
What needs to be done?

## Acceptance Criteria
When can we call this done?

## Additional Information
What else does the person picking up this work need to know about?
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/08_secret_design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: SeCRET RDC
about: A research, design, or content task for the SeCRET team
title: ''
labels: SeCRET
assignees: ''

---

## Relevant Links
Put any additional information or links here (Drive, Figma, etc)

0 comments on commit b5d8270

Please sign in to comment.