Skip to content

Commit

Permalink
chore: Create story issue template (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyarnold authored Jul 12, 2023
1 parent b000d7b commit 20442c6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Story
about: Issue describing development work to fulfill a feature request
title: ''
labels: story, needs-triage
assignees: ''
priority: ''
---

### Description
_What's the goal of this unit of work? What is included? What isn't included?_

### Acceptance Criteria
_What tasks need to be accomplished to achieve the goal?_
As a <user role> I <want to> <so that>

### Design Consideration/Limitations
_Why is this the route we should take to achieve our goal?_
_What can't be achieved within this story?_

### Dependencies
_Do any other teams or parts of the New Relic product need to be considered?_
_Some common areas: UI, collector, documentation_

### Additional context
_What else should we know about this story that might not fit into the other categories?_

0 comments on commit 20442c6

Please sign in to comment.